From 4a1d6ee3ec4bb4c0e3e78b0235247730703e51d7 Mon Sep 17 00:00:00 2001 From: danroth27 Date: Sat, 16 Aug 2014 11:45:41 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e009f68f6d..187290a6eb09 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,12 @@ That said, you can also try out ASP.NET vNext with just a command-prompt and a t 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). You use the K Version Manager to install different versions of the ASP.NET vNext runtime and switch between them. #### Windows -To install KVM on Windows run the following command, which will download and run a script that installs KVM for the current user: +To install KVM on Windows run the following command, which will download and run a script that installs KVM for the current user (requires admin privelges): ```powershell @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))" ``` +After the script has run open a new command prompt to start using KVM. + #### OS X: To install KVM and the correct version of Mono on OS X using [Homebrew](http://brew.sh) follow the following steps: