Update README.md
This commit is contained in:
parent
251d824d23
commit
45f361d0bd
10
README.md
10
README.md
|
|
@ -10,15 +10,9 @@ The samples provided are designed to show some of the features of the new framew
|
||||||
|
|
||||||
The first thing we need to do is setup the tools required to build and run an application.
|
The first thing we need to do is setup the tools required to build and run an application.
|
||||||
|
|
||||||
* Open a command prompt and execute
|
* Clone the repository
|
||||||
|
* On the command line execute ```kvm setup```
|
||||||
```
|
|
||||||
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "(New-Object System.Net.WebClient).DownloadFile('https://gist.github.com/loudej/def309d3d43e8b29d457/raw/kvm.cmd', 'temp.cmd'); .\temp setup; del temp.cmd"
|
|
||||||
```
|
|
||||||
|
|
||||||
* This command will download the latest version of the SDK and put it on your path so that you can run the rest of the commands in the readme. If you want to know more about what this is doing then you can read the [KVM page](https://github.com/aspnet/Preview/wiki/version-manager) of the wiki.
|
* This command will download the latest version of the SDK and put it on your path so that you can run the rest of the commands in the readme. If you want to know more about what this is doing then you can read the [KVM page](https://github.com/aspnet/Preview/wiki/version-manager) of the wiki.
|
||||||
|
|
||||||
* Clone repository
|
|
||||||
* Navigate to samples\HelloConsole
|
* Navigate to samples\HelloConsole
|
||||||
* Run ```K run```
|
* Run ```K run```
|
||||||
* You should see some compiler output and a message saying "Hello World"
|
* You should see some compiler output and a message saying "Hello World"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue