mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-18 08:02:49 +01:00
Fix install guide.
This commit is contained in:
parent
1bf8ab11c0
commit
322cedc13d
@ -80,7 +80,7 @@ By default you must run the bot with full path to the binary unless you specify
|
|||||||
Run and add the following command to your shellrc, which is usually ~/.bashrc or ~/.zshrc , so you can run the programs without needing to write full paths to the binaries.
|
Run and add the following command to your shellrc, which is usually ~/.bashrc or ~/.zshrc , so you can run the programs without needing to write full paths to the binaries.
|
||||||
|
|
||||||
```
|
```
|
||||||
PATH=$HOME/.local:$PATH
|
PATH=$HOME/.local/bin:$PATH
|
||||||
```
|
```
|
||||||
|
|
||||||
# Upgrading
|
# Upgrading
|
||||||
|
Loading…
Reference in New Issue
Block a user