From 9adaa8fa1d4c1c2887222584d08b060d27517174 Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Fri, 28 Jan 2022 17:28:55 -0600 Subject: [PATCH] Snap now autoconnects most interfaces --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6278b0a..596dc42 100644 --- a/README.md +++ b/README.md @@ -293,16 +293,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 ```