diff options
author | Terrell Russell <terrellrussell@gmail.com> | 2015-10-29 09:22:01 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-10-29 09:25:52 -0400 |
commit | 6c0d8a5d027bfe681f45337c79d1bbba6331bbd8 (patch) | |
tree | a74074a720d90c0f05dd4a7ea8c75b8fa6ae9e80 /README.rst | |
parent | 3ca925579c2cea0a11eba7ad3ecd1a51c4d1ccef (diff) | |
download | cmake-6c0d8a5d027bfe681f45337c79d1bbba6331bbd8.tar.gz |
README: Fix typo in wording
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 5e7a323a49..9599a04b03 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,7 @@ UNIX/Mac OSX/MinGW/MSYS/Cygwin ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You need to have a compiler and a make installed. -Run the ``bootstrap`` script you find the in the source directory of CMake. +Run the ``bootstrap`` script you find in the source directory of CMake. You can use the ``--help`` option to see the supported options. You may use the ``--prefix=<install_prefix>`` option to specify a custom installation directory for CMake. You can run the ``bootstrap`` script from |