doc: add optional sudo to make install in README
authorGlen Keane <glenkeane.94@gmail.com>
Thu, 15 Jan 2015 14:42:54 +0000 (14:42 +0000)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 19 Jan 2015 00:50:03 +0000 (01:50 +0100)
PR-URL: https://github.com/iojs/io.js/pull/444
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>
README.md

index 30e90c6..3cf63dc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Prerequisites:
 ```text
 $ ./configure
 $ make
-$ make install
+$ [sudo] make install
 ```
 
 If your Python binary is in a non-standard location or has a
@@ -42,7 +42,7 @@ non-standard name, run the following instead:
 $ export PYTHON=/path/to/python
 $ $PYTHON ./configure
 $ make
-$ make install
+$ [sudo] make install
 ```
 
 To run the tests: