diff options
| author | ruki <[email protected]> | 2017-03-30 19:39:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-30 19:39:01 +0800 |
| commit | 23c20f5d27b1c912d22df4b6a2e09b2242b7a8e6 (patch) | |
| tree | 8273ec8ee50a07746c1e6e1d86260ab3d495c920 /docs | |
| parent | a26b164bb44cddca67f48fc242277d2842e5614f (diff) | |
modify docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/README.md | 2 | ||||
| -rwxr-xr-x | docs/zh/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md index 378bba34a..2bbf6f3ca 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,7 +62,7 @@ On Redhat/Centos: ```bash $ git clone [email protected]:waruqi/xmake.git $ cd ./xmake -$ sudo ./install +$ make build; sudo make install [prefix=/usr/local] ``` ## Quick Start diff --git a/docs/zh/README.md b/docs/zh/README.md index 39fbe99a3..dc4fc36ac 100755 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -69,7 +69,7 @@ $ yaourt xmake ```bash $ git clone [email protected]:waruqi/xmake.git $ cd ./xmake -$ sudo ./install +$ make build; sudo make install [prefix=/usr/local] ``` ## 快速开始 |
