Instructions for btop-desktop

This commit is contained in:
kz6fittycent 2022-08-23 10:24:11 -05:00
parent 4dd87b0124
commit e9e3aabe31
1 changed files with 8 additions and 0 deletions

View File

@ -548,20 +548,28 @@ Also needs a UTF8 locale and a font that covers:
## Installing the snap
[![btop](https://snapcraft.io/btop/badge.svg)](https://snapcraft.io/btop)
### Note: there are now two snaps available: `btop` and `btop-desktop`. The desktop version is much larger and includes the desktop entries needed to allow for launching `btop` with a click.
* **Install the snap**
```bash
sudo snap install btop
or
sudo snap install btop-desktop
```
* **Install the latest snap from the edge channel**
```
sudo snap install btop --edge
or
sudo snap install btop-desktop --edge
```
* **Connect the interface**
```bash
sudo snap connect btop:removable-media
or
sudo snap connect btop-desktop:removable-media
```