diff options
author | Brad King <brad.king@kitware.com> | 2015-10-29 13:29:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-29 13:29:05 (GMT) |
commit | b5c75a8e88debd8b003441ee88e8a82fec68e03e (patch) | |
tree | a74074a720d90c0f05dd4a7ea8c75b8fa6ae9e80 | |
parent | 3ca925579c2cea0a11eba7ad3ecd1a51c4d1ccef (diff) | |
parent | 6c0d8a5d027bfe681f45337c79d1bbba6331bbd8 (diff) | |
download | CMake-b5c75a8e88debd8b003441ee88e8a82fec68e03e.zip CMake-b5c75a8e88debd8b003441ee88e8a82fec68e03e.tar.gz CMake-b5c75a8e88debd8b003441ee88e8a82fec68e03e.tar.bz2 |
Merge topic 'README-fix-typo'
6c0d8a5d README: Fix typo in wording
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |