summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2022-01-29 10:51:40 +0100
committerGitHub <noreply@github.com>2022-01-29 10:51:40 +0100
commitc7493a3a04dbc816dfb98e8940b6e3be1f066d82 (patch)
treee8c97deea2600ba4c1c7d32ae7d69ccca2a9fd17 /README.md
parent22061fa627e3bab2f0f59cdcc3fbe498baa51c1e (diff)
parent9adaa8fa1d4c1c2887222584d08b060d27517174 (diff)
Merge pull request #253 from kz6fittycent/main
Just keeping our repos synced.
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
```