1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Documentation update provides Mac Ports command for install.

This commit is contained in:
William Ting 2012-04-11 22:32:31 -10:00
commit 99f0d76cee
2 changed files with 12 additions and 9 deletions

View File

@ -24,11 +24,13 @@ autojump is included in the following distro repositories, please use relevant p
**Mac** **Mac**
Homebrew is the recommended installation method for Mac OS X:: Homebrew is the recommended installation method for Mac OS X:
brew install autojump brew install autojump
A MacPorts installation method is also [available](https://trac.macports.org/browser/trunk/dports/sysutils/autojump/Portfile). MacPorts also available:
port install autojump
**Other** **Other**
@ -36,11 +38,11 @@ Please check the [Wiki](https://github.com/joelthelion/autojump/wiki) for an up
### MANUAL INSTALLATION ### MANUAL INSTALLATION
Grab a copy of autojump:: Grab a copy of autojump:
git clone git://github.com/joelthelion/autojump.git git clone git://github.com/joelthelion/autojump.git
Run the installation script:: Run the installation script:
cd autojump cd autojump
./install.sh [ --local ] [ --zsh ] ./install.sh [ --local ] [ --zsh ]

View File

@ -142,12 +142,13 @@ etc):
**Mac** **Mac**
Homebrew is the recommended installation method for Mac OS X:: Homebrew is the recommended installation method for Mac OS X:
brew install autojump brew install autojump
A MacPorts installation method is also MacPorts also available:
[available](https://trac.macports.org/browser/trunk/dports/sysutils/autojump/Portfile).
port install autojump
**Other** **Other**
@ -156,11 +157,11 @@ for an up to date listing of installation methods.
### MANUAL INSTALLATION ### MANUAL INSTALLATION
Grab a copy of autojump:: Grab a copy of autojump:
git clone git://github.com/joelthelion/autojump.git git clone git://github.com/joelthelion/autojump.git
Run the installation script:: Run the installation script:
cd autojump cd autojump
./install.sh [ --local ] [ --zsh ] ./install.sh [ --local ] [ --zsh ]