From 7eb0d406109e2c034256e55dba057331f4da0bab Mon Sep 17 00:00:00 2001 From: Glenn Date: Mon, 12 May 2014 21:21:03 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0cbd3632f..910f68c2d4 100644 --- a/README.md +++ b/README.md @@ -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.