From 62a4b15210d17069a7a46e6dfbd5d8f471967657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 12 Aug 2018 16:50:48 +0200 Subject: Add simple readme with instructions for cloning the entire repository tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- README.GIT | 1 - Readme.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) delete mode 120000 README.GIT create mode 100644 Readme.md diff --git a/README.GIT b/README.GIT deleted file mode 120000 index bfaee0d35..000000000 --- a/README.GIT +++ /dev/null @@ -1 +0,0 @@ -scripts/README.GIT \ No newline at end of file diff --git a/Readme.md b/Readme.md new file mode 100644 index 000000000..fbad15441 --- /dev/null +++ b/Readme.md @@ -0,0 +1,28 @@ +# Trinity Desktop Environment GIT Repositories + +TDE is a comprehensive desktop environment that includes both +core packages and applications designed for it. + +The complete source code is split into many individual GIT repositories, +connected together into a tree structure of modules and submodules. The +main *TDE* repository provides the entry point to the root of such tree, +simplifying navigation and cloning operation of the complete TDE code. + +TDE packaging repository contains files designed to create source and +binary packages for distributions such as Debian, Fedora, and so on. + + +## Check out the complete TDE source code + +To check out the complete source tree from GIT, +you can use the following procedure: + +``` +git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde +git clone https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging +cd tde +git submodule init -- scripts +git submodule update -- scripts +./scripts/switch_all_submodules_to_head_and_clean anonymous + +``` -- cgit v1.2.3