summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-03 16:30:05 +0800
committerruki <[email protected]>2017-04-03 16:30:05 +0800
commit9a94dda38b0772759609aa4d365f709e8ca443ca (patch)
tree92535d83412da329870c79d92441fe079bd698bf /docs
parentf1fc76c466f8016206396920ddbfb3a17220b503 (diff)
remove sudo install from docs
Diffstat (limited to 'docs')
-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上安装: