doc: add optional sudo to make install in README

PR-URL: https://github.com/iojs/io.js/pull/444
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Glen Keane 2015-01-15 14:42:54 +00:00 committed by Ben Noordhuis
parent 1b1cd1c3f8
commit ab04a43476

View File

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