Update snapcraft readme

This commit is contained in:
Micah Lee 2020-06-30 17:45:10 -07:00
parent 8bd25a7f6c
commit ed4244ad0f
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -6,6 +6,7 @@ To build the snap, cd to the `snap` folder and run:
```sh ```sh
snapcraft snapcraft
snap install ./onionshare_*.snap
``` ```
See your installed snaps: See your installed snaps:
@ -26,3 +27,11 @@ Delete the OnionShare snap:
```sh ```sh
snap remove onionshare 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