mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
update Windows documentation
This commit is contained in:
parent
7a756aaa4e
commit
d0d906f3cb
14
README.md
14
README.md
@ -64,7 +64,7 @@ INSTALLATION
|
|||||||
### REQUIREMENTS
|
### REQUIREMENTS
|
||||||
|
|
||||||
- Python v2.6+
|
- Python v2.6+
|
||||||
- Bash v4.0+, zsh, fish or clink (Windows)
|
- Bash v4.0+, zsh, fish, or clink (Windows)
|
||||||
|
|
||||||
### AUTOMATIC
|
### AUTOMATIC
|
||||||
|
|
||||||
@ -95,6 +95,12 @@ MacPorts also available:
|
|||||||
|
|
||||||
port install autojump
|
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
|
### MANUAL
|
||||||
|
|
||||||
Grab a copy of autojump:
|
Grab a copy of autojump:
|
||||||
@ -106,12 +112,6 @@ Run the installation script and follow on screen instructions.
|
|||||||
cd autojump
|
cd autojump
|
||||||
./install.py or ./uinstall.py
|
./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
|
KNOWN ISSUES
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
### REQUIREMENTS
|
### REQUIREMENTS
|
||||||
|
|
||||||
- Python v2.6+
|
- Python v2.6+
|
||||||
- Bash v4.0+, zsh, or fish
|
- Bash v4.0+, zsh, fish, or clink (Windows)
|
||||||
|
|
||||||
### AUTOMATIC
|
### AUTOMATIC
|
||||||
|
|
||||||
@ -33,6 +33,11 @@ MacPorts also available:
|
|||||||
|
|
||||||
port install autojump
|
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
|
### MANUAL
|
||||||
|
|
||||||
Grab a copy of autojump:
|
Grab a copy of autojump:
|
||||||
|
Loading…
Reference in New Issue
Block a user