From ef07010f41396368d6f75f179b297914190b1ee0 Mon Sep 17 00:00:00 2001 From: Marcus Hammarberg Date: Tue, 19 May 2015 13:41:18 +0700 Subject: [PATCH] Added instructions on how to source dnvm.sh on OsX --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 631f754dfe..1d9b2fe782 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ 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. +To verify that everything works run the `dnvm` command. + +Should that fail, for example with `-bash: dnvm: command not found`, run the command `source dnvm.sh`. This means that `dnvm` will be available in this session. + +To make sure `dnvm` is available for *every* session, add the command to your `~/.bashrc` with the following command `echo "source dnvm.sh" >> ~/.bashrc`. + ## Linux * [Debian, Ubuntu and derivatives see here](GettingStartedDeb.md)