From f08dafdbc8f784010b35f1db47eb7b26db0f59af Mon Sep 17 00:00:00 2001 From: Dan Thiffault Date: Wed, 14 May 2014 17:27:02 +0530 Subject: [PATCH] Clarified setup of kvm I had to run the command as an administrator or it wouldn't work. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d570c6f906cc..fe20993fefa7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 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. We will start out by getting the [K Version Manager (KVM)](https://github.com/aspnet/Home/wiki/version-manager) * Clone the repository -* On the command line execute ```kvmsetup.cmd``` +* On the command line execute ```kvmsetup.cmd``` (must be run as an administrator) * This command will setup your environment, getting it ready to install a version of the runtime. It adds kvm to your path and puts it in your user profile. * Execute ```kvm install 0.1-alpha-build-0421```. This command will download the named version of the KRE and put it on your user profile ready to use. You can get the latest version by running ```kvm upgrade``` but 0421 was the last version explicitly tested. see the [KVM page](https://github.com/aspnet/Home/wiki/version-manager) for more information on KVM. * Navigate to samples\ConsoleApp