Compare commits

...

3 Commits

Author SHA1 Message Date
Bradley Cicenas
021b1710a3 update readme 2022-03-22 13:45:12 +00:00
Bradley Cicenas
2d43cd146f update readme version 2022-03-22 12:51:01 +00:00
Bradley Cicenas
11a1cb10f4 v0.7.7 2022-03-22 12:00:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ sudo apt install docker-ctop
#### Linux (Generic)
```bash
sudo wget https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-linux-amd64 -O /usr/local/bin/ctop
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-linux-amd64 -O /usr/local/bin/ctop
sudo chmod +x /usr/local/bin/ctop
```
@@ -49,7 +49,7 @@ sudo port install ctop
```
or
```bash
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/0.7.6/ctop-0.7.6-darwin-amd64
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.7/ctop-0.7.7-darwin-amd64
sudo chmod +x /usr/local/bin/ctop
```

View File

@@ -1 +1 @@
0.7.6
0.7.7