remove sudo before brew (OS X)

brew will refuse sudo  ref: https://github.com/Homebrew/homebrew/issues/9953
This commit is contained in:
Bigfish
2015-07-23 15:47:11 +08:00
parent 8e63bbead4
commit 8e0b271ccd
+1 -1
View File
@@ -83,7 +83,7 @@ Mac OSX
.. code-block:: shell
sudo ./bootstrap/mac.sh
./bootstrap/mac.sh
Fedora