diff --git a/README.md b/README.md index be6196931a..e92deaf327 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,9 @@ The samples provided are designed to show some of the features of the new framew The first thing we need to do is setup the tools required to build and run an application. -* Open a command prompt and execute - -``` -@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" -``` - +* Clone the repository +* On the command line execute ```kvm setup``` * 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. - -* Clone repository * Navigate to samples\HelloConsole * Run ```K run``` * You should see some compiler output and a message saying "Hello World"