We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc42c01 commit b752d06Copy full SHA for b752d06
README.md
@@ -20,14 +20,14 @@ brew install nakabonne/gosivy/gosivy
20
#### RHEL/CentOS
21
22
```
23
-rpm -ivh https://github.com/nakabonne/gosivy/releases/download/v0.1.0/gosivy_0.1.0_linux_amd64.rpm
+rpm -ivh https://github.com/nakabonne/gosivy/releases/download/v0.1.1/gosivy_0.1.1_linux_amd64.rpm
24
25
26
#### Debian/Ubuntu
27
28
29
-wget https://github.com/nakabonne/gosivy/releases/download/v0.1.0/gosivy_0.1.0_linux_amd64.deb
30
-apt install ./gosivy_0.1.0_linux_amd64.deb
+wget https://github.com/nakabonne/gosivy/releases/download/v0.1.1/gosivy_0.1.1_linux_amd64.deb
+apt install ./gosivy_0.1.1_linux_amd64.deb
31
32
33
#### Go
0 commit comments