aboutsummaryrefslogtreecommitdiff
path: root/RELEASE.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-11-23 21:20:29 -0800
committerMicah Lee <micah@micahflee.com>2020-11-23 21:20:29 -0800
commit58d5748e13dd5b81679147ffccb1f486dce523e7 (patch)
treeb501c553c1c3cc84216574aa82e8a81de40912cd /RELEASE.md
parent269c0cacc02f4f402e7d8bd803129a572a36d7d2 (diff)
downloadonionshare-58d5748e13dd5b81679147ffccb1f486dce523e7.tar.gz
onionshare-58d5748e13dd5b81679147ffccb1f486dce523e7.zip
Update snapcraft release docs
Diffstat (limited to 'RELEASE.md')
-rw-r--r--RELEASE.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index f3550bf2..52219e32 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -106,14 +106,21 @@ snapcraft
snap install --devmode ./onionshare_$VERSION_amd64.snap
```
-Run the OnionShare snap:
+This will create `onionshare_$VERSION_amd64.snap`.
+
+Run the OnionShare snap locally:
```sh
-/snap/bin/onionshare # GUI version
+/snap/bin/onionshare # desktop version
/snap/bin/onionshare.cli # CLI version
```
-This will create `onionshare_$VERSION_amd64.snap`.
+Upload the to Snapcraft:
+
+```sh
+snapcraft login
+snapcraft upload --release=stable onionshare_$VERSION_amd64.snap
+```
## Linux AppImage release