Skip to content

Commit

Permalink
doc: add optional sudo to make install in README
Browse files Browse the repository at this point in the history
PR-URL: #444
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Rod Vagg <[email protected]>
  • Loading branch information
GlenTiki authored and bnoordhuis committed Jan 19, 2015
1 parent 1b1cd1c commit ab04a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit ab04a43

Please sign in to comment.