Skip to content

Commit 957e8d0

Browse files
author
moozzyk
committed
Adding instructions for instaling dnvm on Mac OS
1 parent 8ec209d commit 957e8d0

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,20 @@ After the script has run open a new command prompt to start using DNVM.
6464

6565
#### OS X:
6666

67-
##### Stable(ish) (KVM)
68-
To install KVM and the correct version of Mono on OS X using [Homebrew](http://brew.sh) follow the following steps:
67+
To install KVM/DNVM and the correct version of Mono on OS X using [Homebrew](http://brew.sh) follow the following steps:
6968

7069
* Install [Homebrew](http://brew.sh) if it is not already installed.
7170
* Run command `brew tap aspnet/k` to tap the ASP.NET 5 related git repositories. If you had already tapped the repo for previous releases, run `brew untap aspnet/k` to delete the old commands and tap again to get the updated brew scripts.
71+
72+
##### Stable(ish) (KVM)
73+
7274
* Run command `brew install kvm` to install KVM. This also automatically install the latest KRE package from https://www.nuget.org/api/v2 feed.
7375
* Run command `source kvm.sh` on your terminal if your terminal cannot understand kvm.
76+
77+
##### Optimistic (DNVM)
78+
79+
* Run command `brew install dnvm` to install dnvm. This also automatically install the latest DNX package from https://www.nuget.org/api/v2 feed.
80+
* Run command `source dnvm.sh` on your terminal if your terminal cannot understand dnvm.
7481

7582
#### Linux:
7683

0 commit comments

Comments
 (0)