mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
site refer to readme and README corrections
This commit is contained in:
parent
80b2fe15f1
commit
10a0c522bf
2 changed files with 10 additions and 3 deletions
|
@ -59,9 +59,9 @@ pip install --user onionshare-cli
|
|||
|
||||
#### 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
|
||||
echo $SHELL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue