mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Add snap readme
This commit is contained in:
parent
6aec241872
commit
f30cb02588
1 changed files with 28 additions and 0 deletions
28
snap/README.md
Normal file
28
snap/README.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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
|
||||
```
|
Loading…
Add table
Reference in a new issue