You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,20 @@ After the script has run open a new command prompt to start using DNVM.
64
64
65
65
#### OS X:
66
66
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:
69
68
70
69
* Install [Homebrew](http://brew.sh) if it is not already installed.
71
70
* 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
+
72
74
* Run command `brew install kvm` to install KVM. This also automatically install the latest KRE package from https://www.nuget.org/api/v2 feed.
73
75
* 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.
0 commit comments