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:
commit
17b2eb1060
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue