From 79ddad20c17d8f8c89541b3d3baafc06783e6d2c Mon Sep 17 00:00:00 2001 From: Andreas Kraft <akr@mheg.org> Date: Thu, 30 Apr 2015 16:09:47 +0200 Subject: [PATCH] Added quick links --- README.md | 5 +++++ SDT Build System.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d348fbf..431d2dd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ Note that this project runs under Apache 2.0 license. Read the [LICENSE](LICENSE Any contributions made to this project must comply with the forementioned license. +## Quick Links +- ['domain.xsd' Version 2.0](SDT/schema2.0/src/domain.xsd) +- [UML Diagram of the SDT 2.0](images/SDT2.0_UML.png) + + ## Content You can find further Information here: diff --git a/SDT Build System.md b/SDT Build System.md index 58c713b..4a483fd 100644 --- a/SDT Build System.md +++ b/SDT Build System.md @@ -19,7 +19,7 @@ The files referenced in this document point to version **2.0** of the SDT. - Download and install Apache ant from [http://ant.apache.org](http://ant.apache.org) - Clone the SDT repository from GitHub: - git clone https://github.com/Homegateway/RWD050.git + $ git clone https://github.com/Homegateway/RWD050.git ## How to Use the Build System After cloning the repository go to the directoy *SDT/schema* and run commands depending on what you want to achieve. -- GitLab