mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 02:32:58 -03:00
s/source/./
This commit is contained in:
parent
ffd9327761
commit
99f86815d7
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ Apply the path to your shell file:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
printf "PATH=\$PATH:~/.local/bin\n" >> ~/.${SHELL##*/}rc
|
printf "PATH=\$PATH:~/.local/bin\n" >> ~/.${SHELL##*/}rc
|
||||||
source ~/.${SHELL##*/}rc
|
. ~/.${SHELL##*/}rc
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
Loading…
Add table
Reference in a new issue