From c164885c6a0bfcc3816cd7f5066e9e7f677033a2 Mon Sep 17 00:00:00 2001 From: Daniel Jackoway Date: Sat, 14 Feb 2009 12:06:04 -0500 Subject: [PATCH] README talks about install script --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 49f333d..ab666be 100644 --- a/README +++ b/README @@ -43,6 +43,16 @@ autojump is distributed under the terms of the GPL, version 3. INSTALLATION +Auto Installation: +Just run ./install.sh +It uses sudo, so it will probably prompt you for your root password. +You stiill need to do: + source /etc/profile +in your .bashrc +If the script fails, you may need to do + chmod +x install.sh +before the first step. + 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