aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2023-06-05 10:02:39 +1000
committerMiguel Jacq <mig@mig5.net>2023-06-05 10:02:39 +1000
commit5df7d66571246ecebe7a9d52d780bae36c435e0d (patch)
tree7b8d2c37d86c9585571dbbc5092a401ebda12735
parenta0bca420ca340a95fc60b3351f128fcafde796cd (diff)
downloadonionshare-5df7d66571246ecebe7a9d52d780bae36c435e0d.tar.gz
onionshare-5df7d66571246ecebe7a9d52d780bae36c435e0d.zip
it's > its
-rw-r--r--docs/source/install.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index 9d91ffcb..3638843e 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -43,7 +43,7 @@ If you'd like to install OnionShare manually with Snapcraft using the PGP-signed
- Install Snapcraft by following the instructions at https://snapcraft.io/docs/installing-snapd.
- Go to https://onionshare.org/dist/, choose the latest version of OnionShare, and download the ``.snap`` and ``.snap.asc`` files.
- Verify the PGP signature of the ``.snap`` file. See :ref:`verifying_sigs` for more info.
-- Install the ``.snap`` file by running ``snap install --dangerous onionshare_VERSION_amd64.snap``. Replace ``VERSION`` with the version number of the file you downloaded. Note that you must use `--dangerous` because the package is not signed by the Snapcraft store, however you did verify it's PGP signature, so you know it's legitimate.
+- Install the ``.snap`` file by running ``snap install --dangerous onionshare_VERSION_amd64.snap``. Replace ``VERSION`` with the version number of the file you downloaded. Note that you must use `--dangerous` because the package is not signed by the Snapcraft store, however you did verify its PGP signature, so you know it's legitimate.
You can run OnionShare with: `snap run onionshare`.