Update README.md

This commit is contained in:
Glenn Condron 2015-04-27 16:36:57 -07:00
parent e12f96840d
commit 67dc3f5c34
1 changed files with 2 additions and 2 deletions

View File

@ -43,10 +43,10 @@ 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/k
brew tap aspnet/dnvm
brew install dnvm
```
Note that on Windows the .NET Framework is already installed, whereas on OS X the brew formula compiles a particular version of [Mono](http://www.mono-project.com/) that we know works with ASP.NET 5.
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.
## Linux