From 8b8919d2daa15b2aeb2163917577902d1bbcb781 Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 12 May 2014 14:39:56 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a3cf79f59..1ad5645737 100644 --- a/README.md +++ b/README.md @@ -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