Update README
This commit is contained in:
parent
23e53459a3
commit
28bca3f397
|
@ -15,11 +15,11 @@ Another terminal based graphical activity monitor, inspired by [gtop](https://gi
|
|||
|
||||
Only working and tested on Linux. OSX is no longer supported due to issues with gopsutil, but that is currently being worked on. Windows support is also in the works.
|
||||
|
||||
Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux. Use one of the following methods to get the binary installed on your machine:
|
||||
|
||||
### Using Git
|
||||
|
||||
Clone the repo then run [scripts/download.sh](https://github.com/cjbassi/gotop/blob/master/scripts/download.sh) to download the correct binary:
|
||||
Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux and ARM Linux in the [releases tab](https://github.com/cjbassi/gotop/releases).
|
||||
Clone the repo then run [scripts/download.sh](https://github.com/cjbassi/gotop/blob/master/scripts/download.sh) to download the correct binary for your system:
|
||||
|
||||
```sh
|
||||
git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop
|
||||
|
|
Loading…
Reference in New Issue
Block a user