summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-13 22:22:25 +0800
committerruki <[email protected]>2017-05-13 22:22:25 +0800
commit36187ba80bd03051eda6fcef20dd54368330a367 (patch)
tree83e2da0f6375e4bdc2cd2b28d0fa8de1e51cf6e5
parentc4b7197335b3da429e5923b194b2385a98db19fa (diff)
modify install script url again
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c78f849b..4a02a1056 100755
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ $ 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
+$ Invoke-Expression (Invoke-Webrequest 'https://github.com/tboox/xmake/raw/master/scripts/get.ps1' -UseBasicParsing).Content
```
## Simple description