Updated README

This commit is contained in:
Caleb Bassi 2018-02-19 12:03:14 -08:00
parent cb9d8f8921
commit fb03a2b9d4
1 changed files with 2 additions and 2 deletions

View File

@ -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