This commit is contained in:
Bradley Cicenas 2017-03-08 11:19:27 +00:00
parent bcf05b7f42
commit 70790e88ae
2 changed files with 4 additions and 6 deletions

View File

@ -7,9 +7,7 @@ ctop provides a concise and condensed overview of real-time metrics for multiple
![compact][compact]
as well as an expanded view for examining a specific container:
<p align="center">
<img src="http://i.imgur.com/nYjQMhd.gif" alt="cTop"/>
</p>
<p align="center"><img width="80%" src="http://i.imgur.com/nYjQMhd.gif" alt="cTop"/></p>
## Install
@ -18,7 +16,7 @@ Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your pla
#### Linux
```bash
wget https://github.com/bcicen/ctop/releases/download/v0.3/ctop-0.3-linux-amd64 -O ctop
wget https://github.com/bcicen/ctop/releases/download/v0.4/ctop-0.4-linux-amd64 -O ctop
sudo mv ctop /usr/local/bin/
sudo chmod +x /usr/local/bin/ctop
```
@ -26,7 +24,7 @@ sudo chmod +x /usr/local/bin/ctop
#### OS X
```bash
curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.3/ctop-0.3-darwin-amd64
curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.4/ctop-0.4-darwin-amd64
sudo mv ctop /usr/local/bin/
sudo chmod +x /usr/local/bin/ctop
```

View File

@ -1 +1 @@
0.3
0.4