Skip to content

Commit

Permalink
tweak docs regarding minimum requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed May 8, 2012
1 parent e811818 commit 009b01d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
tags
bin/autojump.py
*.pyc
*~
*.tar.gz
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -28,17 +28,17 @@ INSTALLATION

### REQUIREMENTS

- Python v2.7+ or 3.2+
- Bash v4.0+ for tab completion
- Python v2.7, 3.0, or 2.6 with argparse
- Bash v4.0 for tab completion

If you are unable to update Python to a supported version, older
versions of autojump can be
[downloaded](https://github.com/joelthelion/autojump/downloads) and
installed manually.

- Python v2.6+ is supported by [release
- Python v2.6 is supported by [release
v19](https://github.com/downloads/joelthelion/autojump/autojump_v19.tar.gz).
- Python v2.4+ is supported by [release
- Python v2.4 is supported by [release
v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz).

### AUTOMATIC INSTALLATION
Expand Down
8 changes: 4 additions & 4 deletions docs/install.md
Expand Up @@ -2,13 +2,13 @@

### REQUIREMENTS

- Python v2.7+ or 3.2+
- Bash v4.0+ for tab completion
- Python v2.7, 3.0, or 2.6 with argparse
- Bash v4.0 for tab completion

If you are unable to update Python to a supported version, older versions of autojump can be [downloaded][dl] and installed manually.

- Python v2.6+ is supported by [release v19][v19].
- Python v2.4+ is supported by [release v12][v12].
- Python v2.6 is supported by [release v19][v19].
- Python v2.4 is supported by [release v12][v12].

### AUTOMATIC INSTALLATION

Expand Down

0 comments on commit 009b01d

Please sign in to comment.