Merge pull request #505 from MRdNk/fixosxreadme

Update README.md: To include OSX instructions to add `source dnvm.sh` to bashrc - to use in bash
This commit is contained in:
Glenn Condron 2015-06-12 19:07:10 -07:00
commit 17b2eb1060
1 changed files with 7 additions and 0 deletions

View File

@ -47,6 +47,13 @@ brew tap aspnet/dnx
brew update
brew install dnvm
```
Add dnvm to your bash profile (./bash_profile)
```bash
source 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.
To verify that everything works run the `dnvm` command.