summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md15
-rw-r--r--snap/snapcraft.yaml3
2 files changed, 9 insertions, 9 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
```
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 17d75ed..0b986f0 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -36,8 +36,9 @@ apps:
- hardware-observe
- network
- network-observe
- - physical-memory-observe
+ # - physical-memory-observe
- home
+ - removable-media
parts:
btop: