Skip to content

Commit

Permalink
update Windows documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed Jan 15, 2014
1 parent 7a756aa commit d0d906f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand All @@ -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
------------

Expand Down
7 changes: 6 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### REQUIREMENTS

- Python v2.6+
- Bash v4.0+, zsh, or fish
- Bash v4.0+, zsh, fish, or clink (Windows)

### AUTOMATIC

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit d0d906f

Please sign in to comment.