diff options
| author | ruki <[email protected]> | 2017-08-10 14:06:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-08-10 14:06:46 +0800 |
| commit | c6cebfe5a3506df17cbc4c3eb8204bae93fed69e (patch) | |
| tree | ad8f945f76d01ca55fb27d1fe402cbe4d86debd1 /docs/zh | |
| parent | e8bf955a51ea91985879419cc5d9a28a5ea1e172 (diff) | |
simplify install cmd
Diffstat (limited to 'docs/zh')
| -rw-r--r-- | docs/zh/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/zh/README.md b/docs/zh/README.md index d25a79697..10cf8e915 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -64,19 +64,19 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描 ##### 使用curl ```bash -$ bash <(curl -fsSL http://xmake.io/get.sh) +bash <(curl -fsSL http://xmake.io/get.sh) ``` ##### 使用wget ```bash -$ bash <(wget http://xmake.io/get.sh -O -) +bash <(wget http://xmake.io/get.sh -O -) ``` ##### 使用powershell ```bash -$ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content +Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content ``` #### Windows |
