aboutsummaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-06-30 17:45:10 -0700
committerMicah Lee <micah@micahflee.com>2020-06-30 17:45:10 -0700
commited4244ad0f09e3b4d2e00fce9ca0d8f1cec205b4 (patch)
treebcdbc8c7efeae4f8c01f781f92a75fb6cc9b3c7b /snap
parent8bd25a7f6c614d09ea12a005a494369261c7d82b (diff)
downloadonionshare-ed4244ad0f09e3b4d2e00fce9ca0d8f1cec205b4.tar.gz
onionshare-ed4244ad0f09e3b4d2e00fce9ca0d8f1cec205b4.zip
Update snapcraft readme
Diffstat (limited to 'snap')
-rw-r--r--snap/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/snap/README.md b/snap/README.md
index 54f80476..074cdb13 100644
--- a/snap/README.md
+++ b/snap/README.md
@@ -6,6 +6,7 @@ To build the snap, cd to the `snap` folder and run:
```sh
snapcraft
+snap install ./onionshare_*.snap
```
See your installed snaps:
@@ -26,3 +27,11 @@ Delete the OnionShare snap:
```sh
snap remove onionshare
```
+
+## Making a new release
+
+In `snapcraft.yaml`:
+
+- Update `version`
+- Update the `onionshare` part to use the correct tag
+- Update `Qt5`, `tor`, `libevent`, and `obfs4` dependencies, if necessary