Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swinkelhofer committed Mar 5, 2022
1 parent 70cebad commit b21105d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ As shown in the figures below, DynRateLimiter can increase the total thoughput o

### ... via Go install
```bash
go install github.com/arivum/dynratelimiter@v0.1.3
go install github.com/arivum/dynratelimiter@v0.1.4
```

### ... by downloading latest release
```bash
sudo wget https://github.com/arivum/dynratelimiter/releases/download/v0.1.3/dynratelimiter -O /usr/bin/dynratelimiter
sudo wget https://github.com/arivum/dynratelimiter/releases/download/v0.1.4/dynratelimiter -O /usr/bin/dynratelimiter
sudo chmod +x /usr/bin/dynratelimiter
```

Expand Down

0 comments on commit b21105d

Please sign in to comment.