diff --git a/Home.textile b/Home.textile index 56803c0..33090db 100644 --- a/Home.textile +++ b/Home.textile @@ -35,6 +35,21 @@ will print out something in the lines of: The "key weight" reflects the amount of time you spend in a directory. +*DOWNLOAD* + +If the github downloads don't work for you, you can get autojump "here":autodedi +[autodedi]http://sd-12155.dedibox.fr/~joel/public/autojump.tar.gz + +*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 + *FEEDBACK* For any feedback, please post to the "autojump mailing list / forum":forum @@ -48,15 +63,6 @@ Joel Schaerer (joel.schaerer (at) laposte.net) 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 *PACKAGING*