site refer to readme and README corrections

This commit is contained in:
nyxnor 2021-08-31 03:34:44 +02:00
parent 80b2fe15f1
commit 10a0c522bf
No known key found for this signature in database
GPG key ID: 6B6586CDC9BC8836
2 changed files with 10 additions and 3 deletions

View file

@ -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