From 9a94dda38b0772759609aa4d365f709e8ca443ca Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 3 Apr 2017 16:30:05 +0800 Subject: remove sudo install from docs --- docs/README.md | 4 ++-- docs/zh/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 2bbf6f3ca..9197622fa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ so that any developer can quickly pick it up and enjoy the productivity boost wh ```bash $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -$ sudo brew install xmake +$ brew install xmake ``` Or @@ -38,7 +38,7 @@ Using Linuxbrew: ```bash $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)" -$ sudo brew install xmake +$ brew install xmake ``` On Archlinux: diff --git a/docs/zh/README.md b/docs/zh/README.md index dc4fc36ac..ddc577492 100755 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -31,7 +31,7 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 ```bash $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -$ sudo brew install xmake +$ brew install xmake ``` 或者: @@ -45,7 +45,7 @@ $ sudo brew install xmake ```bash $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)" -$ sudo brew install xmake +$ brew install xmake ``` 在archlinux上安装: -- cgit v1.3.1