From 8a1eb0d8fbc7e5abfe969bcdc8bffee07e67a69a Mon Sep 17 00:00:00 2001 From: Louis DeJardin Date: Thu, 22 May 2014 13:07:15 -0700 Subject: [PATCH] Update README.md Putting the Getting Started command line steps into a copy-paste-able block --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index d37d3ed152..c58af470bd 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,21 @@ The first thing we need to do is setup the tools required to build and run an ap * Run ```K run``` * You should now see compiler output as well as the "Hello World" message +``` +:: getting started +git clone https://github.com/aspnet/Home.git +cd Home +kvmsetup +kvm install 0.1-alpha-build-0421 -p + +cd samples\ConsoleApp +kpm restore +k run + +SET KRE_TRACE=1 +k run +``` + #Samples ##Sandbox Samples