From 322cedc13dc29bea816aa53e09faf231eaba271c Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 29 Jul 2012 13:36:50 +0200 Subject: [PATCH] Fix install guide. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8e1de8b41..6cd003cdb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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