diff options
author | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-27 09:58:52 +0000 |
---|---|---|
committer | Rich Wareham <rjw57@cam.ac.uk> | 2014-02-27 09:58:52 +0000 |
commit | 2bb9487b68db6cbb93e00c39fde8f5208893edc6 (patch) | |
tree | b3fb39fa1fd5f68cba02c1d57ca681ab42f3c850 | |
parent | 5cd3cbe5176accdb5f1629d71b74f63a8e0e08bf (diff) | |
download | rneovim-2bb9487b68db6cbb93e00c39fde8f5208893edc6.tar.gz rneovim-2bb9487b68db6cbb93e00c39fde8f5208893edc6.tar.bz2 rneovim-2bb9487b68db6cbb93e00c39fde8f5208893edc6.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 |