From 8e0b271ccd52a7abfb016e64b799a6e7ba46c78c Mon Sep 17 00:00:00 2001 From: Bigfish Date: Thu, 23 Jul 2015 15:47:11 +0800 Subject: [PATCH] remove sudo before brew (OS X) brew will refuse sudo ref: https://github.com/Homebrew/homebrew/issues/9953 --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index fa0f7b8a9..d22f22076 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -83,7 +83,7 @@ Mac OSX .. code-block:: shell - sudo ./bootstrap/mac.sh + ./bootstrap/mac.sh Fedora