summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/README.md4
-rwxr-xr-xdocs/zh/README.md4
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上安装: