diff options
author | Lars Vogel | 2018-12-03 09:13:09 +0000 |
---|---|---|
committer | Lars Vogel | 2018-12-15 09:56:56 +0000 |
commit | e9491f1e8065821750df83d0c4cf26e687cdf330 (patch) | |
tree | 95f7930f8ffbf9d83b69b55d87e0c71b52d88809 | |
parent | a31928addca50e39c2dbcbcddef32cf5f0f2644f (diff) | |
download | eclipse.platform.releng.aggregator-e9491f1e8065821750df83d0c4cf26e687cdf330.tar.gz eclipse.platform.releng.aggregator-e9491f1e8065821750df83d0c4cf26e687cdf330.tar.xz eclipse.platform.releng.aggregator-e9491f1e8065821750df83d0c4cf26e687cdf330.zip |
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 <Lars.Vogel@vogella.com>
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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
----------------------------
|