mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
INSTALL.md: make setting PATH as simple as possible.
This commit is contained in:
parent
4cc780d73a
commit
0dae4d7d39
@ -100,10 +100,11 @@ registry file for your bot.
|
|||||||
|
|
||||||
By default you must run the bot with full path to the binary unless you specify $PATH.
|
By default you must run the bot with full path to the binary unless you specify $PATH.
|
||||||
|
|
||||||
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 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.
|
||||||
|
|
||||||
```
|
```
|
||||||
PATH=$HOME/.local/bin:$PATH
|
echo "PATH=$HOME/.local/bin:$PATH" >> ~/.bashrc && source ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
# Upgrading
|
# Upgrading
|
||||||
|
Loading…
Reference in New Issue
Block a user