summaryrefslogtreecommitdiff
path: root/docs/zh
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-25 13:26:50 +0800
committerruki <[email protected]>2017-05-25 13:26:50 +0800
commitf39253df1fe3545529c60ae857dad37cea166918 (patch)
tree2e77ee059fe179577fef21ac46d64a8965c2461a /docs/zh
parent0c98817adb9e37ba3ca9e1c276e52f297976ea53 (diff)
improve get.sh to easy copy command and modify docs
Diffstat (limited to 'docs/zh')
-rw-r--r--docs/zh/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/zh/README.md b/docs/zh/README.md
index c40f03f8e..972ac8476 100644
--- a/docs/zh/README.md
+++ b/docs/zh/README.md
@@ -116,7 +116,7 @@ $ sudo apt-get install xmake
```bash
$ git clone [email protected]:waruqi/xmake.git
$ cd ./xmake
-$ make build; sudo make install [prefix=/usr/local]
+$ ./scripts/get.sh __local__
```
## 快速开始