We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaea479 commit b1a8288Copy full SHA for b1a8288
1 file changed
docs/README.md
@@ -7,8 +7,8 @@ New version of the tool are released via Github.
7
You can retrieve the release you want from [*this*](https://github.com/R3DRUN3/vermilion/releases/) page.
8
Example via bash (wget):
9
```console
10
-wget https://github.com/R3DRUN3/vermilion/releases/download/v0.3.0/vermilion_0.3.0_linux_amd64.tar.gz
11
-tar -xzf vermilion_0.3.0_linux_amd64.tar.gz
+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
12
chmod +x vermilion
13
```
14
0 commit comments