summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 483adaa..c7844ff 100644
--- a/README.md
+++ b/README.md
@@ -559,16 +559,15 @@ Also needs a UTF8 locale and a font that covers:
```bash
sudo snap install btop
```
-
- * **Connect the interfaces**
+ * **Install the latest snap from the edge channel**
+ ```
+ sudo snap install btop --edge
+ ```
+
+ * **Connect the interface**
```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
+ sudo snap connect btop:removable-media
```