mirror of https://github.com/cjbassi/gotop.git
Updated README
This commit is contained in:
parent
cb9d8f8921
commit
fb03a2b9d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue