diff options
author | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-27 09:58:52 +0000 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-27 09:35:32 -0300 |
commit | 4d4a706352aaa54ca90a3748aad964c40121cf56 (patch) | |
tree | cceb0909a7889a2da1489efc32b1b331700fc6d1 | |
parent | de77dddc0b1d93402368acea5d2f37daaf5b4e44 (diff) | |
download | rneovim-4d4a706352aaa54ca90a3748aad964c40121cf56.tar.gz rneovim-4d4a706352aaa54ca90a3748aad964c40121cf56.tar.bz2 rneovim-4d4a706352aaa54ca90a3748aad964c40121cf56.zip |
README.md: fix anchor tags for CentOS/RHEL section
MAke the use of anchor tags consistent for the change introduced in
5cd3cbe.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * [Status](#status) * [Dependencies](#dependencies) * [For Debian/Ubuntu](#for-debianubuntu) - * [For CentOS/RHEL](#centosrhel) + * [For CentOS/RHEL](#for-centos-rhel) * [For FreeBSD 10](#for-freebsd-10) * [For Arch Linux](#for-arch-linux) * [For OS X](#for-os-x) @@ -278,6 +278,7 @@ and what is currently being worked on: sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++ +<a name="for-centos-rhel"></a> ### CentOS/RHEL If you're using CentOS/RHEL 6 you need at least autoconf version 2.69 for |