aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-11-15 18:41:42 -0800
committerMicah Lee <micah@micahflee.com>2021-11-15 18:41:42 -0800
commitec45a0805421a1f680b198902c48e5d2f51ce9d4 (patch)
tree6e18799b03a9b2b657ff627b701339b6f176acce /RELEASE.md
parentf40e5012e0b57ce6b66d764e493ea18b98485b04 (diff)
downloadonionshare-ec45a0805421a1f680b198902c48e5d2f51ce9d4.tar.gz
onionshare-ec45a0805421a1f680b198902c48e5d2f51ce9d4.zip
Update snapcraft docs
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 948b5713..4db4f28a 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -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`.