summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-13 16:46:27 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-13 16:53:27 -0700
commitd07f397f0d57cfab074f80c230fe8dd8c1cdd61f (patch)
tree6a7cf7c6c7a57bf8ba81efb885181accce899e67
parent701987c8d5c4e1d8de5e168c65fa25024c8463e3 (diff)
Add Homebrew to readme
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 111e40a..24ec5f8 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,12 @@ Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https:/
## Installation
-Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux, ARM Linux, and 32/64bit OSX. Either clone the repo and run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary, use the AUR if you're on Arch Linux, or build from source.
+Go programs compile to a single binary and there are currently prebuilt ones for 32/64bit Linux, ARM Linux, and 32/64bit OSX.
### Using Git
+Clone the repo then run [download.sh](https://github.com/cjbassi/gotop/blob/master/download.sh) to download the correct binary:
+
```
git clone --depth 1 https://github.com/cjbassi/gotop.git /tmp/gotop
/tmp/gotop/download.sh
@@ -27,6 +29,13 @@ Then move `gotop` into your $PATH somewhere.
Install the `gotop-bin` package from the AUR.
+### Homebrew
+
+```
+brew tap cjbassi/gotop
+brew install gotop
+```
+
### Source
```