summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-04-25 18:00:25 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2019-04-25 18:00:25 -0700
commit21cd6424249842c94b0abfaaa07080f6bad069c9 (patch)
treed4a62e5922f60c55c0a766d35c240e42f8015753 /README.md
parent0817bea2bb18880bea0710aa0214eff7088fa04b (diff)
readme: add snap installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index d83cb7a..c93f38b 100644
--- a/README.md
+++ b/README.md
@@ -39,17 +39,31 @@ Install `gotop`, `gotop-bin`, or `gotop-git` from the AUR.
### FreeBSD
-```
+```bash
pkg install gotop
```
### Homebrew
-```
+```bash
brew tap cjbassi/gotop
brew install gotop
```
+### Snap
+
+```bash
+snap install gotop-cjbassi
+```
+
+**Note**: You may need to enable certain permissions for all of the widgets to work:
+
+```bash
+snap connect gotop-cjbassi:hardware-observe
+snap connect gotop-cjbassi:mount-observe
+snap connect gotop-cjbassi:system-observe
+```
+
## Usage
### Keybinds