Skip to content

Commit fc02385

Browse files
committed
Update README.md
1 parent 3b2bdda commit fc02385

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,17 @@ That said, you can also try out ASP.NET 5 with just a command-prompt and a text
4040
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). We use the K Version Manager to install different versions of the ASP.NET 5 runtime and switch between them.
4141

4242
#### Windows
43-
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 privileges for Powershell). This will use the currently released version of `kvm` (from the `release` branch of this repo).
43+
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 privileges for Powershell).
44+
45+
##### Stable(ish)
46+
This will use the currently released version of `kvm` (from the `release` branch of this repo).
4447

4548
```
4649
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
4750
4851
```
4952

53+
##### Optimisitc
5054
If you want to run on the bleeding edge and install the latest development version of KVM, run the following command:
5155

5256
```

0 commit comments

Comments
 (0)