summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-26 22:05:49 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-26 22:05:49 +0200
commit4b1af4f368ba13f013a1ca370652743c7c3b253a (patch)
tree747f96356a98f91b6cb6346c031004f493f4cc15 /README.md
parentd7b5aa935c53f7d6fcf06e68d4678ee1265c0c37 (diff)
Fixed instructions for snap connections
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files 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**
- * **Connect the interfaces**
+ ```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
```