Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmidt75 committed Mar 5, 2021
1 parent 3b60d6d commit 24c7ba8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ You can build this as describe below or install one of the versions under the `r
with the appropriate capabilities, e.g.:

```bash
$ chmod +x ipvsctl
$ VERSION=0.2.2
$ URL=https://github.com/aschmidt75/ipvsctl/releases/download/v${VERSION}/ipvsctl_${VERSION}_$(uname -s)_$(uname -m).tar.gz
$ curl -L $URL | tar xfvz -$ chmod +x ipvsctl
$ sudo cp ipvsctl /usr/local/bin
$ sudo setcap 'cap_net_admin+eip' /usr/local/bin/ipvsctl
```
Expand All @@ -94,7 +96,7 @@ This project builds correctly for Linux only.
```bash
$ make
$ dist/ipvsctl --version
0.2.1
0.2.2
```

## Test
Expand Down

0 comments on commit 24c7ba8

Please sign in to comment.