1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-04-27 13:48:54 +08:00

Updated README

This commit is contained in:
Caleb Bassi 2018-02-19 12:03:52 -08:00
parent fb03a2b9d4
commit c483016c16

View File

@ -10,7 +10,7 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/
Go compiles to a single executable so you just need to get that into your $PATH.
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:
To download the latest binary for your OS into `/usr/bin`, you can run the [install](https://github.com/cjbassi/gotop/blob/master/install.sh) script like so:
```
curl https://raw.githubusercontent.com/cjbassi/gotop/master/install.sh | sudo bash