site refer to readme and README corrections

This commit is contained in:
nyxnor 2021-08-31 03:34:44 +02:00
parent dd989ab429
commit f85c3e9040
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