mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-15 23:19:22 +01:00
Merge pull request #601 from Mkaysi/install
INSTALL.md: make setting PATH as simple as possible.
This commit is contained in:
commit
01dce52a5e
@ -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.
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user