From 251d824d23e266e36c287006de49c2b91b55347d Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 14 Apr 2014 18:21:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162133f3b5..be6196931a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The first thing we need to do is setup the tools required to build and run an ap * Open a command prompt and execute ``` -@powershell -NoProfile -ExecutionPolicy unrestricted -Command "(New-Object System.Net.WebClient).DownloadFile('http://bit.ly/1hrhEXf', 'temp.cmd'); .\temp setup; del temp.cmd" +@powershell -NoProfile -ExecutionPolicy unrestricted -Command "(New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/loudej/def309d3d43e8b29d457/raw/kvm.cmd', 'temp.cmd'); .\temp setup; del temp.cmd" ``` * This command will download the latest version of the SDK and put it on your path so that you can run the rest of the commands in the readme. If you want to know more about what this is doing then you can read the [KVM page](https://github.com/aspnet/Preview/wiki/version-manager) of the wiki.