diff options
| author | ruki <[email protected]> | 2017-05-13 22:22:25 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-05-13 22:22:25 +0800 |
| commit | 36187ba80bd03051eda6fcef20dd54368330a367 (patch) | |
| tree | 83e2da0f6375e4bdc2cd2b28d0fa8de1e51cf6e5 | |
| parent | c4b7197335b3da429e5923b194b2385a98db19fa (diff) | |
modify install script url again
| -rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
