readme: add snap installation instructions
This commit is contained in:
parent
0817bea2bb
commit
21cd642424
18
README.md
18
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user