Update README.md

Putting the Getting Started command line steps into a copy-paste-able block
This commit is contained in:
Louis DeJardin 2014-05-22 13:07:15 -07:00
parent c15d82ca1f
commit 8a1eb0d8fb
1 changed files with 15 additions and 0 deletions

View File

@ -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