mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 16:12:42 +01:00
commit
6248d3a603
@ -104,7 +104,8 @@ Run the following command to fix your PATH. We presume that you use bash
|
||||
and if you don't, you most probably know how to do this with other shell.
|
||||
|
||||
```
|
||||
echo "PATH=$HOME/.local/bin:$PATH" >> ~/.bashrc && source ~/.bashrc
|
||||
echo 'PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
```
|
||||
|
||||
# Upgrading
|
||||
|
Loading…
Reference in New Issue
Block a user