From e9491f1e8065821750df83d0c4cf26e687cdf330 Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Mon, 3 Dec 2018 10:13:09 +0100 Subject: Improve README.md for the aggregator Adds small description what this repo contains Adds the clone URL Adds command to clone anonymous Change-Id: Ifb220c82818dfecf102be41b89e8704115880936 Signed-off-by: Lars Vogel --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 203d4072d..473b84f92 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -eclipse.platform.releng.aggregator -================================== +Aggregator repo for Eclipse SDK builds +====================================== -Aggregator repo for Eclipse SDK builds. +This repo is used to build the Eclipse SDK which provides the framework for Eclipse based applications, the Java development tooling and the Plug-in development tooling. +To clone it, it is recommented to use one of the URLs found on the following website: +https://git.eclipse.org/r/#/admin/projects/platform/eclipse.platform.releng.aggregator + +An anonymous clone can be done via the following command: + +``` +git clone https://git.eclipse.org/r/platform/eclipse.platform.releng.aggregator +``` How to build the Eclipse SDK ---------------------------- -- cgit v1.2.1