Skip to content

Commit

Permalink
docs: bump version in install command
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <simone.ragonesi@protonmail.com>
  • Loading branch information
R3DRUN3 committed Jan 7, 2025
1 parent aac0521 commit 60ab6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ New version of the tool are released via Github.
You can retrieve the release you want from [*this*](https://github.com/R3DRUN3/vermilion/releases/) page.
Example via bash (wget):
```console
wget https://github.com/R3DRUN3/vermilion/releases/download/v0.4.0/vermilion_0.4.0_linux_amd64.tar.gz
tar -xzf vermilion_0.4.0_linux_amd64.tar.gz
wget https://github.com/R3DRUN3/vermilion/releases/download/v0.5.0/vermilion_0.5.0_linux_amd64.tar.gz
tar -xzf vermilion_0.5.0_linux_amd64.tar.gz
chmod +x vermilion
```

Expand Down

0 comments on commit 60ab6b7

Please sign in to comment.