Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48a5cf commit 3d5a1c0Copy full SHA for 3d5a1c0
1 file changed
README.md
@@ -34,7 +34,7 @@ sudo apt install docker-ctop
34
#### Linux (Generic)
35
36
```bash
37
-sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.6/ctop-0.7.6-linux-amd64 -O /usr/local/bin/ctop
+sudo wget https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-linux-amd64 -O /usr/local/bin/ctop
38
sudo chmod +x /usr/local/bin/ctop
39
```
40
@@ -49,7 +49,7 @@ sudo port install ctop
49
50
or
51
52
-sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.6/ctop-0.7.6-darwin-amd64
+sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-darwin-amd64
53
54
55
0 commit comments