From 957e8d0c48fe951e6489e44ae9a42b90160ced59 Mon Sep 17 00:00:00 2001 From: moozzyk Date: Mon, 30 Mar 2015 15:45:40 -0700 Subject: [PATCH] Adding instructions for instaling dnvm on Mac OS --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 871a2c34c4bf..a58bcade5b1d 100644 --- a/README.md +++ b/README.md @@ -64,13 +64,20 @@ After the script has run open a new command prompt to start using DNVM. #### OS X: -##### Stable(ish) (KVM) -To install KVM and the correct version of Mono on OS X using [Homebrew](http://brew.sh) follow the following steps: +To install KVM/DNVM and the correct version of Mono on OS X using [Homebrew](http://brew.sh) follow the following steps: * Install [Homebrew](http://brew.sh) if it is not already installed. * 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. + +##### Stable(ish) (KVM) + * Run command `brew install kvm` to install KVM. This also automatically install the latest KRE package from https://www.nuget.org/api/v2 feed. * Run command `source kvm.sh` on your terminal if your terminal cannot understand kvm. + +##### Optimistic (DNVM) + + * Run command `brew install dnvm` to install dnvm. This also automatically install the latest DNX package from https://www.nuget.org/api/v2 feed. + * Run command `source dnvm.sh` on your terminal if your terminal cannot understand dnvm. #### Linux: