Skip to content

Commit fe03611

Browse files
authored
Update snap installation document for stable release
1 parent 129f2db commit fe03611

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.snap.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A self-hosted web application for monitoring and controlling a building over the
55
On Ubuntu Server/Ubuntu Desktop:
66

77
```
8-
$ sudo snap install --edge webthings-gateway
8+
$ sudo snap install webthings-gateway
99
$ sudo snap connect webthings-gateway:system-observe
1010
$ sudo snap connect webthings-gateway:hardware-observe
1111
$ sudo snap connect webthings-gateway:network-manager
@@ -16,7 +16,7 @@ $ sudo snap restart webthings-gateway
1616
On Ubuntu Core:
1717

1818
```
19-
$ snap install --edge webthings-gateway
19+
$ snap install webthings-gateway
2020
$ snap install network-manager
2121
$ snap connect webthings-gateway:system-observe
2222
$ snap connect webthings-gateway:hardware-observe
@@ -36,5 +36,3 @@ To connect a USB dongle:
3636
`$ snap connect webthings-gateway:serial-port snapd:foo`
3737

3838
(where "foo" is the name of the slot)
39-
40-
Note: This snap package is currently experimental and may not yet be fully functional. For manual installation instructions of a stable version please see https://webthings.io/docs/gateway/installation/

0 commit comments

Comments
 (0)