mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 23:39:31 -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.
|
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
|
```sh
|
||||||
snapcraft
|
snapcraft
|
||||||
snap install --devmode ./onionshare_$VERSION_amd64.snap
|
snap install --dangerous ./onionshare_$VERSION_amd64.snap
|
||||||
```
|
```
|
||||||
|
|
||||||
This will create `onionshare_$VERSION_amd64.snap`.
|
This will create `onionshare_$VERSION_amd64.snap`.
|
||||||
|
Loading…
Reference in New Issue
Block a user