Update README.md

This commit is contained in:
Glenn 2014-05-12 21:21:03 -07:00
parent 33e8ffd261
commit 7eb0d40610
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,9 @@
Universe
=========
Getting started
This repo is to build the whole ASP.NET vNext stack.
## Getting started
git clone git@github.com:aspnet/Universe.git
cd Universe
@ -28,3 +30,6 @@ The last output is a list of which repos succeeded or failed.
any nupkg produced by the repo are copied into the local `.nuget` folder to be picked up by subsequent
repositories. The subfolders are built in dependency order.
This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the [Home](https://github.com/aspnet/home) repo.