From 1f66948ac66c727a52d3dbefb2e556ce53945e08 Mon Sep 17 00:00:00 2001 From: jackowayed Date: Fri, 20 Aug 2010 03:12:24 -0700 Subject: [PATCH] Migrated from home v8 --- Home.textile | 4 ++++ 1 file changed, 4 insertions(+) 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