We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10cd203 commit a3a81c4Copy full SHA for a3a81c4
README.md
@@ -19,8 +19,8 @@ This will make it easier for developers to manage and deploy applications on Jel
19
* Debian/Ubuntu
20
21
```bash
22
-wget https://github.com/yoanbernabeu/GoJelastic/releases/download/v0.1.1/GoJelastic-v0.1.1-linux-amd64.tar.gz
23
-tar -xvzf GoJelastic-v0.1.1-linux-amd64.tar.gz
+wget https://github.com/yoanbernabeu/GoJelastic/releases/download/v0.1.2/GoJelastic-v0.1.2-linux-amd64.tar.gz
+tar -xvzf GoJelastic-v0.1.2-linux-amd64.tar.gz
24
sudo mv GoJelastic /usr/local/bin/
25
sudo chmod +x /usr/local/bin/GoJelastic
26
```
0 commit comments