Skip to content

Commit 45f361d

Browse files
committed
Update README.md
1 parent 251d824 commit 45f361d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ The samples provided are designed to show some of the features of the new framew
1010

1111
The first thing we need to do is setup the tools required to build and run an application.
1212

13-
* Open a command prompt and execute
14-
15-
```
16-
@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"
17-
```
18-
13+
* Clone the repository
14+
* On the command line execute ```kvm setup```
1915
* 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.
20-
21-
* Clone repository
2216
* Navigate to samples\HelloConsole
2317
* Run ```K run```
2418
* You should see some compiler output and a message saying "Hello World"

0 commit comments

Comments
 (0)