Merge pull request #43 from lodejard/master

Update README.md
This commit is contained in:
Louis DeJardin 2014-05-22 22:07:26 -07:00
commit fb77e86b63
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