From ecef9dd68b717a86f85867055f8080031518f26e Mon Sep 17 00:00:00 2001 From: Glenn Date: Tue, 13 May 2014 07:30:09 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 065c5a9f96..62be145377 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ The first thing we need to do is setup the tools required to build and run an ap * This command will setup your environment, getting it ready to install a version of the runtime. It adds kvm to your path and puts it in your user profile. * Execute ```kvm install 0.1-alpha-build-0421```. This command will download the named version of the KRE and put it on your user profile ready to use. You can get the latest version by running ```kvm upgrade``` but 0421 was the last version explicitly tested. see the [KVM page](https://github.com/aspnet/Home/wiki/version-manager) for more information on KVM. * Navigate to samples\ConsoleApp +* Run ```kpm restore``` this downloads the System.Console package so the app can do Console.WriteLine * Run ```K run``` * You should see a message saying "Hello World" * Type ```SET KRE_TRACE=1```