Added instructions on how to source dnvm.sh on OsX

This commit is contained in:
Marcus Hammarberg 2015-05-19 13:41:18 +07:00
parent 1af741519f
commit ef07010f41
1 changed files with 6 additions and 0 deletions

View File

@ -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)