readme: add snap installation instructions

This commit is contained in:
Caleb Bassi 2019-04-25 18:00:25 -07:00
parent 0817bea2bb
commit 21cd642424

View File

@ -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