Merge pull request #492 from spboyer/dev

typo OSX brew tap
This commit is contained in:
Eilon Lipton 2015-04-28 08:39:07 -07:00
commit 6be259ca57
1 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ where dnvm
On OS X the best way to get DNVM is to use [Homebrew](http://www.brew.sh). If you don't have Homebrew installed then follow the [Homebrew installation instructions](http://www.brew.sh). Once you have Homebrew then run the following commands:
```
brew tap aspnet/dnvm
brew tap aspnet/dnx
brew install dnvm
```
Note that on Windows the .NET Framework is already installed, whereas on OS X the brew formula uses a particular version of [Mono](http://www.mono-project.com/) that we know works with ASP.NET 5.