mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Change snap to strict mode, and update readme
This commit is contained in:
parent
01841eb4f2
commit
68347039c9
@ -108,18 +108,12 @@ See: https://github.com/micahflee/org.onionshare.OnionShare
|
||||
|
||||
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, run:
|
||||
Build and install the snap::
|
||||
|
||||
```sh
|
||||
snapcraft
|
||||
snap install --devmode ./onionshare_*.snap
|
||||
```
|
||||
|
||||
See your installed snaps:
|
||||
|
||||
```sh
|
||||
snap list
|
||||
```
|
||||
``
|
||||
|
||||
Run the OnionShare snap:
|
||||
|
||||
@ -128,7 +122,7 @@ Run the OnionShare snap:
|
||||
/snap/bin/onionshare.cli # CLI version
|
||||
```
|
||||
|
||||
Delete the OnionShare snap:
|
||||
Delete the snap:
|
||||
|
||||
```sh
|
||||
snap remove onionshare
|
||||
|
@ -9,7 +9,7 @@ description: |
|
||||
require setting up a separate server or using a third party file-sharing service.
|
||||
|
||||
grade: devel # must be 'stable' to release into candidate/stable channels
|
||||
confinement: devmode # use 'strict' once you have the right plugs and slots
|
||||
confinement: strict
|
||||
|
||||
apps:
|
||||
onionshare:
|
||||
|
Loading…
Reference in New Issue
Block a user