From a0e322a90668137564fb8314ccdac069f8a9cf62 Mon Sep 17 00:00:00 2001 From: nyxnor Date: Tue, 31 Aug 2021 11:59:07 +0200 Subject: remove duplicated comma --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index f049fce0..00c175a7 100644 --- a/cli/README.md +++ b/cli/README.md @@ -59,7 +59,7 @@ 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, , do the following: +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: First, discover what shell you are using: -- cgit v1.2.3-54-g00ecf