This commit is contained in:
Bradley Cicenas 2020-11-06 16:59:24 +00:00
parent de380ff810
commit c971d26d42
No known key found for this signature in database
GPG Key ID: AF579ED4B93CBB5C
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/v0.7.4/ctop-0.7.4-linux-amd64 -O /usr/local/bin/ctop
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7.5/ctop-0.7.5-linux-amd64 -O /usr/local/bin/ctop
sudo chmod +x /usr/local/bin/ctop
```
@ -45,7 +45,7 @@ brew install ctop
```
or
```bash
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.4/ctop-0.7.4-darwin-amd64
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7.5/ctop-0.7.5-darwin-amd64
sudo chmod +x /usr/local/bin/ctop
```

View File

@ -1 +1 @@
0.7.4
0.7.5