diff --git a/README.md b/README.md index 3ab24ec..f7666bd 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ INSTALLATION ### REQUIREMENTS - Python v2.6+ -- Bash v4.0+, zsh, fish or clink (Windows) +- Bash v4.0+, zsh, fish, or clink (Windows) ### AUTOMATIC @@ -95,6 +95,12 @@ MacPorts also available: port install autojump +Windows +------- + +Windows support is enabled by [clink](https://code.google.com/p/clink/) +which should be installed prior to installing autojump. + ### MANUAL Grab a copy of autojump: @@ -106,12 +112,6 @@ Run the installation script and follow on screen instructions. cd autojump ./install.py or ./uinstall.py -## Windows - -Windows support is enabled by [clink](https://code.google.com/p/clink/) which should be installed prior to installing autojump. - -Completion support on windows has not yet been added. - KNOWN ISSUES ------------ diff --git a/docs/install.md b/docs/install.md index ed0ee3d..a617b3c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -3,7 +3,7 @@ ### REQUIREMENTS - Python v2.6+ -- Bash v4.0+, zsh, or fish +- Bash v4.0+, zsh, fish, or clink (Windows) ### AUTOMATIC @@ -33,6 +33,11 @@ MacPorts also available: port install autojump +## Windows + +Windows support is enabled by [clink](https://code.google.com/p/clink/) which +should be installed prior to installing autojump. + ### MANUAL Grab a copy of autojump: