Skip to content

Commit 807a467

Browse files
committed
Merge pull request #618 from marcusoftnet/osXSourceDnvmShInstructions
Added instructions on how to source dnvm.sh on OsX
2 parents 1af7415 + ef07010 commit 807a467

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ brew install dnvm
4949
```
5050
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.
5151

52+
To verify that everything works run the `dnvm` command.
53+
54+
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.
55+
56+
To make sure `dnvm` is available for *every* session, add the command to your `~/.bashrc` with the following command `echo "source dnvm.sh" >> ~/.bashrc`.
57+
5258
## Linux
5359

5460
* [Debian, Ubuntu and derivatives see here](GettingStartedDeb.md)

0 commit comments

Comments
 (0)