Skip to content

Commit

Permalink
docs: updare README.md with 1.1.0 release version of Venom (#679)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lacroux <nicolas.lacroux@ovhcloud.com>
Co-authored-by: Nicolas Lacroux <nicolas.lacroux@ovhcloud.com>
  • Loading branch information
nicolaslacroux and nicolaslacroux authored Jun 8, 2023
1 parent de9660d commit 8132d17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You can find latest binary release from: https://github.com/ovh/venom/releases/l
Example for Linux:

```bash
$ curl https://github.com/ovh/venom/releases/download/v1.0.1/venom.linux-amd64 -L -o /usr/local/bin/venom && chmod +x /usr/local/bin/venom
$ curl https://github.com/ovh/venom/releases/download/v1.1.0/venom.linux-amd64 -L -o /usr/local/bin/venom && chmod +x /usr/local/bin/venom
$ venom -h
```

Expand All @@ -83,16 +83,16 @@ $ venom update
The `venom update` command will download the latest version and replace the current binary:

```bash
Url to update venom: https://github.com/ovh/venom/releases/download/v1.0.1/venom.darwin-amd64
Getting latest release from: https://github.com/ovh/venom/releases/download/v1.0.1/venom.darwin-amd64 ...
Url to update venom: https://github.com/ovh/venom/releases/download/v1.1.0/venom.darwin-amd64
Getting latest release from: https://github.com/ovh/venom/releases/download/v1.1.0/venom.darwin-amd64 ...
Update done.
```

Check the new version with `venom version` command:

```bash
$ venom version
Version venom: v1.0.1
Version venom: v1.1.0
```

# Docker image
Expand Down

0 comments on commit 8132d17

Please sign in to comment.