From 4b1af4f368ba13f013a1ca370652743c7c3b253a Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 26 Sep 2021 22:05:49 +0200 Subject: [PATCH] Fixed instructions for snap connections --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90a480b..6278b0a 100644 --- a/README.md +++ b/README.md @@ -288,15 +288,21 @@ Also needs a UTF8 locale and a font that covers: ## Install the snap [![btop](https://snapcraft.io/btop/badge.svg)](https://snapcraft.io/btop) - `sudo snap install btop` + * **Install the snap** + + ```bash + sudo snap install btop + ``` * **Connect the interfaces** - ``` + + ```bash sudo snap connect btop:system-observe sudo snap connect btop:physical-memory-observe sudo snap connect btop:mount-observe sudo snap connect btop:hardware-observe sudo snap connect btop:network-observe + sudo snap connect btop:process-control ```