Merge topic 'improve-readme'

33632898e9 README: Suggest "sudo" for "make install"

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2493
This commit is contained in:
Brad King
2018-10-17 18:11:13 +00:00
committed by Kitware Robot

View File

@@ -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
^^^^^^^