Skip to content

Commit ab04a43

Browse files
GlenTikibnoordhuis
authored andcommitted
doc: add optional sudo to make install in README
PR-URL: #444 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent 1b1cd1c commit ab04a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Prerequisites:
3232
```text
3333
$ ./configure
3434
$ make
35-
$ make install
35+
$ [sudo] make install
3636
```
3737

3838
If your Python binary is in a non-standard location or has a
@@ -42,7 +42,7 @@ non-standard name, run the following instead:
4242
$ export PYTHON=/path/to/python
4343
$ $PYTHON ./configure
4444
$ make
45-
$ make install
45+
$ [sudo] make install
4646
```
4747

4848
To run the tests:

0 commit comments

Comments
 (0)