From 4f0b3a5966c84a651bbf4aa3afabac16d27bfd30 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 15 Nov 2021 18:41:42 -0800 Subject: [PATCH] Update snapcraft docs --- RELEASE.md | 4 ++-- 1 file 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`.