summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authornyxnor <nyxnor@protonmail.com>2021-08-31 03:34:44 +0200
committernyxnor <nyxnor@protonmail.com>2021-08-31 03:34:44 +0200
commit10a0c522bff75d9c6d41d5cb853c939f50b7fe5c (patch)
treea6e4f81a569eb342ef603a3522c6d30962a2792b /cli
parent80b2fe15f1cbccfc24ed41c9750c098844a23d70 (diff)
downloadonionshare-10a0c522bff75d9c6d41d5cb853c939f50b7fe5c.tar.gz
onionshare-10a0c522bff75d9c6d41d5cb853c939f50b7fe5c.zip
site refer to readme and README corrections
Diffstat (limited to 'cli')
-rw-r--r--cli/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/README.md b/cli/README.md
index f454221e..f049fce0 100644
--- a/cli/README.md
+++ b/cli/README.md
@@ -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