diff options
| author | ruki <[email protected]> | 2017-05-13 22:17:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-13 22:17:58 +0800 |
| commit | c4b7197335b3da429e5923b194b2385a98db19fa (patch) | |
| tree | 28148835cc37e3c81e705c69c949a702c6090fcd /README.md | |
| parent | 053844fb769cfd75e351177134f45ba312aae566 (diff) | |
modify install script url
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -15,6 +15,26 @@ If you want to known more, please refer to: * [Github](https://github.com/tboox/xmake) * [HomePage](http://www.xmake.io) +## Installation + +##### via curl + +```bash +$ bash <(curl -fsSL https://github.com/tboox/xmake/raw/master/scripts/get.sh) +``` + +##### via wget + +```bash +$ bash <(wget https://github.com/tboox/xmake/raw/master/scripts/get.sh -O -) +``` + +##### via powershell + +```bash +$ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content +``` + ## Simple description ```lua |
