From cf8ea953e822b9aff84381c0e7f2bd3f3ced6d07 Mon Sep 17 00:00:00 2001 From: Glenn Condron Date: Tue, 28 Apr 2015 15:52:11 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index babbdfcb14..8271355f6c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ On OS X the best way to get DNVM is to use [Homebrew](http://www.brew.sh). If yo ``` brew tap aspnet/dnx +brew update brew install 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.