mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-25 23:39:43 -05:00
site refer to readme and README corrections
This commit is contained in:
parent
80b2fe15f1
commit
10a0c522bf
@ -59,9 +59,9 @@ pip install --user onionshare-cli
|
|||||||
|
|
||||||
#### Set path
|
#### Set path
|
||||||
|
|
||||||
When you install programs with pip and use the --user flag, it installs them into ~/.local/bin, which isn't in your path by default. To add ~/.local/bin to your path automatically for the next time you reopen the terminal or source your shell configuration file.
|
When you install programs with pip and use the --user flag, it installs them into ~/.local/bin, which isn't in your path by default. To add ~/.local/bin to your path automatically for the next time you reopen the terminal or source your shell configuration file, , do the following:
|
||||||
|
|
||||||
Fist, discover what is your shell:
|
First, discover what shell you are using:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo $SHELL
|
echo $SHELL
|
||||||
|
@ -8,7 +8,7 @@ You can download OnionShare for Windows and macOS from the `OnionShare website <
|
|||||||
|
|
||||||
.. _linux:
|
.. _linux:
|
||||||
|
|
||||||
Install in Linux
|
Linux
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
There are various ways to install OnionShare for Linux, but the recommended way is to use either the `Flatpak <https://flatpak.org/>`_ or the `Snap <https://snapcraft.io/>`_ package.
|
There are various ways to install OnionShare for Linux, but the recommended way is to use either the `Flatpak <https://flatpak.org/>`_ or the `Snap <https://snapcraft.io/>`_ package.
|
||||||
@ -22,6 +22,13 @@ Snap support is built-in to Ubuntu and Fedora comes with Flatpak support, but wh
|
|||||||
|
|
||||||
You can also download and install PGP-signed ``.flatpak`` or ``.snap`` packages from https://onionshare.org/dist/ if you prefer.
|
You can also download and install PGP-signed ``.flatpak`` or ``.snap`` packages from https://onionshare.org/dist/ if you prefer.
|
||||||
|
|
||||||
|
.. _pip:
|
||||||
|
|
||||||
|
Any OS with pip
|
||||||
|
---------------
|
||||||
|
|
||||||
|
If you want to install OnionShare just for the command line (onionshare-cli), please see the `README <https://github.com/onionshare/onionshare/blob/develop/cli/README.md>`_ in the Git repository for installation instructions with python package manager pip.
|
||||||
|
|
||||||
.. _verifying_sigs:
|
.. _verifying_sigs:
|
||||||
|
|
||||||
Verifying PGP signatures
|
Verifying PGP signatures
|
||||||
|
Loading…
Reference in New Issue
Block a user