diff --git a/README.md b/README.md index 56e51c8..1ef5858 100644 --- a/README.md +++ b/README.md @@ -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: ``` -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.