Update snapcraft docs

This commit is contained in:
Micah Lee 2021-11-15 18:41:42 -08:00
parent f40e5012e0
commit ec45a08054
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -74,11 +74,11 @@ git checkout v$VERSION
You must have `snap` and `snapcraft` (`snap install snapcraft --classic`) installed.
Build and test the snap before publishing:
Build and test the snap before publishing (note that `--dangerous` lets you install the snap before it's codesigned):
```sh
snapcraft
snap install --devmode ./onionshare_$VERSION_amd64.snap
snap install --dangerous ./onionshare_$VERSION_amd64.snap
```
This will create `onionshare_$VERSION_amd64.snap`.