diff --git a/Home.textile b/Home.textile index 22d75b3..e851cff 100644 --- a/Home.textile +++ b/Home.textile @@ -41,6 +41,10 @@ autojump is distributed under the terms of the GPL, version 3. *INSTALLATION* +For automatic installation, make sure that install.sh is executable. If not (or if not sure), run
chmod +x install.sh
+ +Once it is executable, run
./install.sh
It will tell you any necessary steps from there. + Manual installation of autojump is very simple: copy autojump to /usr/bin, autojump.sh to /etc/profile.d, and autojump.1 to /usr/share/man/man1. Make sure you source /etc/profile in your .bashrc: source /etc/profile