Skip to content

Commit b1a1f52

Browse files
committed
Direct users to docs site for Mac instructions
1 parent 136b1b4 commit b1a1f52

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,7 @@ where dnvm
4040
4141
## OS X
4242

43-
On OS X the best way to get DNVM is to use [Homebrew](http://www.brew.sh). If you don't have Homebrew installed then follow the [Homebrew installation instructions](http://www.brew.sh). Once you have Homebrew then run the following commands:
44-
45-
```
46-
brew tap aspnet/dnx
47-
brew update
48-
brew install dnvm
49-
```
50-
51-
Add dnvm to your bash profile (./bash_profile)
52-
```bash
53-
source dnvm.sh
54-
```
55-
56-
57-
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.
58-
59-
To verify that everything works run the `dnvm` command.
60-
61-
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.
62-
63-
To make sure `dnvm` is available for *every* session, add the command to your `~/.bashrc` with the following command `echo "source dnvm.sh" >> ~/.bashrc`.
43+
See the instructions on the ASP.NET 5 Documentation site: [Installing ASP.NET 5 on Mac OS X](http://docs.asp.net/en/latest/getting-started/installing-on-mac.html)
6444

6545
## Linux
6646

0 commit comments

Comments
 (0)