From 0dae4d7d393510081c928f6c9dc3d08de7084396 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 1 May 2014 11:20:45 +0300 Subject: [PATCH] INSTALL.md: make setting PATH as simple as possible. --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c508fd615..9efe827e0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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