summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-13 22:17:58 +0800
committerruki <[email protected]>2017-05-13 22:17:58 +0800
commitc4b7197335b3da429e5923b194b2385a98db19fa (patch)
tree28148835cc37e3c81e705c69c949a702c6090fcd /README.md
parent053844fb769cfd75e351177134f45ba312aae566 (diff)
modify install script url
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b9762bcb..9c78f849b 100755
--- a/README.md
+++ b/README.md
@@ -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