@@ -80,7 +80,7 @@ sudo loginctl enable-linger $USER
8080Install the OpenShell snap from the Snap Store:
8181
8282``` shell
83- sudo snap install openshell --classic
83+ sudo snap install openshell
8484```
8585
8686The snap defines two apps: the ` openshell ` CLI and the ` openshell.gateway `
@@ -89,6 +89,11 @@ stores its database at `$SNAP_COMMON/gateway.db` (typically
8989` /var/snap/openshell/common/gateway.db ` ). Create ` $SNAP_COMMON/gateway.toml `
9090when you need to override gateway settings.
9191
92+ The snap CLI stores per-user config, data, and state under ` $SNAP_USER_COMMON ` ,
93+ typically ` ~/snap/openshell/common ` . Gateway registrations live under
94+ ` $SNAP_USER_COMMON/.config/openshell/gateways/ ` instead of
95+ ` ~/.config/openshell/gateways/ ` .
96+
9297### Snap store installs
9398
9499When installing from the Snap Store, snapd automatically connects the ` home ` ,
@@ -108,7 +113,7 @@ manually.
108113When installing a locally built ` .snap ` file, no plugs are connected by default:
109114
110115``` shell
111- sudo snap install ./openshell_* .snap --dangerous --classic
116+ sudo snap install ./openshell_* .snap --dangerous
112117sudo snap connect openshell:home
113118sudo snap connect openshell:network
114119sudo snap connect openshell:network-bind
0 commit comments