From 9d57862ed76484c10ff9287d9f79158de3efa4c2 Mon Sep 17 00:00:00 2001 From: Duncan Angus Wilkie Date: Wed, 29 Apr 2015 22:07:20 +0100 Subject: [PATCH] Update README.md To show bash profile step for osx --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8271355f6c..a176b91e04 100644 --- a/README.md +++ b/README.md @@ -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