diff --git a/Home.textile b/Home.textile index 2e07b7f..4cd7565 100644 --- a/Home.textile +++ b/Home.textile @@ -46,7 +46,7 @@ Once it is executable, run
./install.sh
It will tell you any necessar 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 + ```source /etc/profile``` *AUTHORS* @@ -67,7 +67,7 @@ If you like autojump, you can (but there is really no pressure to do so!) make a For Arch Linux it is available from the [community] repository. To install, type: - pacman -S autojump + ```pacman -S autojump``` Olivier Mehani wrote an [[ebuild for gentoo|http://scm.narf.ssji.net/svn/gentoo-portage/browser/app-shells/autojump/autojump-12.ebuild]]. Thanks!