Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wreulicke committed Feb 26, 2020
1 parent ae4e9d6 commit 1afe89c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ See [The complete guide to Go net/http timeouts](https://blog.cloudflare.com/the

```bash
# MacOS
curl -L https://github.com/wreulicke/http-timeout/releases/download/v0.0.1/http-timeout_0.0.1_darwin_amd64 -o /usr/local/bin/http-timeout
curl -L https://github.com/wreulicke/http-timeout/releases/download/v0.0.2/http-timeout_0.0.2_darwin_amd64 -o /usr/local/bin/http-timeout

# Linux
curl -L https://github.com/wreulicke/http-timeout/releases/download/v0.0.1/http-timeout_0.0.1_linux_amd64 -o /usr/local/bin/http-timeout
curl -L https://github.com/wreulicke/http-timeout/releases/download/v0.0.2/http-timeout_0.0.2_linux_amd64 -o /usr/local/bin/http-timeout

# Windows
curl -L https://github.com/wreulicke/http-timeout/releases/download/v0.0.1/http-timeout_0.0.1_windows_amd64.exe -o <path-directory>/http-timeout.exe
curl -L https://github.com/wreulicke/http-timeout/releases/download/v0.0.2/http-timeout_0.0.2_windows_amd64.exe -o <path-directory>/http-timeout.exe
```

## Usage
Expand Down

0 comments on commit 1afe89c

Please sign in to comment.