diff --git a/README.md b/README.md index 2796d6d..f3696f5 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/ ## Installation -Go code compiles to a single executable so you just need to somehow get that into your $PATH. +Go compiles to a single executable so you just need to get that into your $PATH. -Either manually download the latest release for your OS from the releases tab and move it into `/usr/bin`, or run this command to do it for you: +To download the latest binary for your OS into `/usr/bin`, you can run the [install.sh](https://github.com/cjbassi/gotop/blob/master/install.sh) script like so: ``` curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo bash