1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-05-05 19:30:23 +08:00

Updated README

This commit is contained in:
Caleb Bassi 2018-02-19 00:24:21 -08:00
parent 8ec0811bac
commit acc36cfab2

View File

@ -13,7 +13,7 @@ Go code compiles to a single executable so you just need to somehow get that int
Either manually download the latest release for your OS from the releases tab and move it into `/bin`, or run this command to do it for you: Either manually download the latest release for your OS from the releases tab and move it into `/bin`, or run this command to do it for you:
``` ```
sudo curl -L ... curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo sh
``` ```
If you install this way, starting gotop with the `-u` flag or pressing `u` in gotop will check to see if there is a newer version available and automatically update if so. If you install this way, starting gotop with the `-u` flag or pressing `u` in gotop will check to see if there is a newer version available and automatically update if so.