INSTALL.md: make setting PATH as simple as possible.

This commit is contained in:
Mikaela Suomalainen 2014-05-01 11:20:45 +03:00
parent 4cc780d73a
commit 0dae4d7d39
1 changed files with 3 additions and 2 deletions

View File

@ -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