Skip to content

Adding instructions for instaling dnvm on Mac OS #426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down