Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 821 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 821 Bytes

This repo and the homebrew formulae are deprecated

Please go to https://get.asp.net and download the Mac installer from there instead.

ASP.NET 5 Homebrew Tap

Homebrew formulae for installing ASP.NET 5 in OS X.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.

To install, first 'tap' the repository using the following command:

brew tap aspnet/dnx

Then, you can install the dnvm script using the following command:

brew install dnvm

Finally you can use the dnvm script to install the latest runtime using the following command:

dnvm upgrade

See the Home repo for more information!