From e9e3aabe31186423ce0e11efb40023edc57bb526 Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Tue, 23 Aug 2022 10:24:11 -0500 Subject: [PATCH] Instructions for btop-desktop --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3520962..d8da0d5 100644 --- a/README.md +++ b/README.md @@ -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 ```