Skip to content

Commit 9d57862

Browse files
committed
Update README.md
To show bash profile step for osx
1 parent cf8ea95 commit 9d57862

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ brew tap aspnet/dnx
4747
brew update
4848
brew install dnvm
4949
```
50+
51+
Add dnvm to your bash profile (./bash_profile)
52+
```bash
53+
source dnvm
54+
```
55+
56+
5057
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.
5158

5259
## Linux

0 commit comments

Comments
 (0)