Update README.md

This commit is contained in:
Glenn 2014-05-12 14:39:56 -07:00
parent 91b1573abc
commit 8b8919d2da
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,10 @@ The first thing we need to do is setup the tools required to build and run an ap
* Execute ```kvm upgrade```. This command will download the latest version of the SDK and put it on your user profile ready to use. You could also install a specific version here instead of getting the latest, see the [KVM page](https://github.com/aspnet/Home/wiki/version-manager)
* Navigate to samples\HelloConsole
* Run ```K run```
* You should see some compiler output and a message saying "Hello World"
* You should see a message saying "Hello World"
* Type ```SET KRE_TRACE=1```
* Run ```K run```
* You should now see compiler output as well as the "Hello World" message
#Samples