Update README.md

To show bash profile step for osx
This commit is contained in:
Duncan Angus Wilkie 2015-04-29 22:07:20 +01:00
parent cf8ea953e8
commit 9d57862ed7
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.
## Linux