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:
parent
1b1cd1c3f8
commit
ab04a43476
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user