From ab04a434761cf66d107481d58798f36d3cb49d46 Mon Sep 17 00:00:00 2001 From: Glen Keane Date: Thu, 15 Jan 2015 14:42:54 +0000 Subject: [PATCH] doc: add optional sudo to make install in README PR-URL: https://github.com/iojs/io.js/pull/444 Reviewed-By: Ben Noordhuis Reviewed-By: Rod Vagg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30e90c65187ce1..3cf63dcce001b8 100644 --- 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: