Skip to content

Commit 8b8919d

Browse files
committed
Update README.md
1 parent 91b1573 commit 8b8919d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ The first thing we need to do is setup the tools required to build and run an ap
1717
* 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)
1818
* Navigate to samples\HelloConsole
1919
* Run ```K run```
20-
* You should see some compiler output and a message saying "Hello World"
20+
* You should see a message saying "Hello World"
21+
* Type ```SET KRE_TRACE=1```
22+
* Run ```K run```
23+
* You should now see compiler output as well as the "Hello World" message
2124

2225
#Samples
2326

0 commit comments

Comments
 (0)