Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn <glennc@microsoft.com>2014-05-13 08:21:03 +0400
committerGlenn <glennc@microsoft.com>2014-05-13 08:21:03 +0400
commit7eb0d406109e2c034256e55dba057331f4da0bab (patch)
treedf5d5ec840ff86abd7509964cbc0c74a9945b672 /README.md
parent33e8ffd261e89810f50708e73ad098d41595d890 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
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.