summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Demelier <markand@malikania.fr>2018-10-17 10:53:03 +0200
committerBrad King <brad.king@kitware.com>2018-10-17 14:09:51 -0400
commit33632898e9a831931fdb96089a244f53cdc37caf (patch)
tree978dbbb3798258026d372db6ca951b946daa0f13 /README.rst
parent88ef5737a25b40ce738041b8f9e00df20a131eb6 (diff)
downloadcmake-33632898e9a831931fdb96089a244f53cdc37caf.tar.gz
README: Suggest "sudo" for "make install"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 1e8561abcd..775463e9fe 100644
--- a/README.rst
+++ b/README.rst
@@ -62,7 +62,7 @@ within the CMake source directory or any other build directory of your
choice. Once this has finished successfully, run ``make`` and
``make install``. In summary::
- $ ./bootstrap && make && make install
+ $ ./bootstrap && make && sudo make install
Windows
^^^^^^^