onionshare/snap/README.md

29 lines
484 B
Markdown
Raw Normal View History

2020-06-30 15:13:47 -07:00
# Snap package
This folder contains files to build a [snap package](https://snapcraft.io/). First make sure you install `snap` and `snapcraft` (`snap install snapcraft --classic`).
To build the snap, cd to the `snap` folder and run:
```sh
snapcraft
```
See your installed snaps:
```sh
snap list
```
Run the OnionShare snap:
```sh
/snap/bin/onionshare # CLI version
/snap/bin/onionshare-gui # GUI version
```
Delete the OnionShare snap:
```sh
snap remove onionshare
```