fix documentation formatting

pull/125/head
William Ting 12 years ago
parent f91c7e3954
commit 9ee7906472

@ -10,8 +10,8 @@ uninstall:
uninstall.sh uninstall.sh
docs: docs:
pandoc -s -w man docs/manpage_header.md docs/header.md docs/manpage.md -o docs/autojump.1 pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1
pandoc -s -w markdown docs/header.md docs/install.md docs/manpage.md -o README.md pandoc -s -w markdown docs/header.md docs/install.md docs/body.md -o README.md
release: release:
# Check for tag existence # Check for tag existence

@ -28,20 +28,18 @@ INSTALLATION
### REQUIREMENTS ### REQUIREMENTS
Python v2.7+ or 3.2+ - Python v2.7+ or 3.2+
- Bash v4.0+ for tab completion
Bash v4.0+ for tab completion
If you are unable to update Python to a supported version, older If you are unable to update Python to a supported version, older
versions of autojump can be versions of autojump can be
[downloaded](https://github.com/joelthelion/autojump/downloads) and [downloaded](https://github.com/joelthelion/autojump/downloads) and
installed manually. 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). 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).
v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz).
### AUTOMATIC INSTALLATION ### AUTOMATIC INSTALLATION
@ -51,15 +49,15 @@ autojump is included in the following distro repositories, please use
relevant package management utilities to install (e.g. yum, apt-get, relevant package management utilities to install (e.g. yum, apt-get,
etc): etc):
- Debian testing/unstable, Ubuntu, Linux Mint - Debian\* testing/unstable, Ubuntu, Linux Mint
- RedHat, Fedora, CentOS
On Debian only, autojump requires manual activation for policy reasons. Please see ``/usr/share/doc/autojump/README.Debian``. - ArchLinux
- Gentoo
- Frugalware
- Slackware
- RedHat, Fedora, CentOS \* Requires manual activation for policy reasons, please see
- ArchLinux `/usr/share/doc/autojump/README.Debian`.
- Gentoo
- Frugalware
- Slackware
**Mac** **Mac**

@ -2,15 +2,13 @@
### REQUIREMENTS ### REQUIREMENTS
Python v2.7+ or 3.2+ - Python v2.7+ or 3.2+
- Bash v4.0+ for tab completion
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. 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.6+ is supported by [release v19][v19].
- Python v2.4+ is supported by [release v12][v12].
Python v2.4+ is supported by [release v12][v12].
### AUTOMATIC INSTALLATION ### AUTOMATIC INSTALLATION
@ -18,15 +16,14 @@ Python v2.4+ is supported by [release v12][v12].
autojump is included in the following distro repositories, please use relevant package management utilities to install (e.g. yum, apt-get, etc): autojump is included in the following distro repositories, please use relevant package management utilities to install (e.g. yum, apt-get, etc):
- Debian testing/unstable, Ubuntu, Linux Mint - Debian\* testing/unstable, Ubuntu, Linux Mint
- RedHat, Fedora, CentOS
On Debian only, autojump requires manual activation for policy reasons. Please see ``/usr/share/doc/autojump/README.Debian``. - ArchLinux
- Gentoo
- Frugalware
- Slackware
- RedHat, Fedora, CentOS \* Requires manual activation for policy reasons, please see ``/usr/share/doc/autojump/README.Debian``.
- ArchLinux
- Gentoo
- Frugalware
- Slackware
**Mac** **Mac**

Loading…
Cancel
Save