From 009b01d94a23fdcf1541cde46140a38bd85f2429 Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 8 May 2012 09:18:43 -1000 Subject: [PATCH] tweak docs regarding minimum requirements --- .gitignore | 1 + README.md | 8 ++++---- docs/install.md | 8 ++++---- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3d125c5..aa70e86 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ tags +bin/autojump.py *.pyc *~ *.tar.gz diff --git a/README.md b/README.md index 27bcc4f..7e716f4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/install.md b/docs/install.md index 1eab372..42d759a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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