Skip to content

Commit 4a1d6ee

Browse files
committed
Update README.md
1 parent 32cf4da commit 4a1d6ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ That said, you can also try out ASP.NET vNext with just a command-prompt and a t
2929
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.
3030

3131
#### Windows
32-
To install KVM on Windows run the following command, which will download and run a script that installs KVM for the current user:
32+
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):
3333
```powershell
3434
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
3535
```
36+
After the script has run open a new command prompt to start using KVM.
37+
3638
#### OS X:
3739

3840
To install KVM and the correct version of Mono on OS X using [Homebrew](http://brew.sh) follow the following steps:

0 commit comments

Comments
 (0)