mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-23 22:39:41 -05:00
Update snapcraft docs
This commit is contained in:
parent
f40e5012e0
commit
ec45a08054
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user