Fix install guide.

This commit is contained in:
Valentin Lorentz 2012-07-29 13:36:50 +02:00
parent 1bf8ab11c0
commit 322cedc13d
1 changed files with 1 additions and 1 deletions

View File

@ -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.
```
PATH=$HOME/.local:$PATH
PATH=$HOME/.local/bin:$PATH
```
# Upgrading