From 4da4ad77c4f66d384b011a6b41cf67cc343a83bc Mon Sep 17 00:00:00 2001 From: ormorph Date: Mon, 6 Dec 2021 19:17:34 +0300 Subject: [PATCH] README.md added description Signed-off-by: ormorph --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 27def6ff..35c3fa6a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,20 @@ Some guideline for this overlay is: **Freedom of choice** for everything. There ``` layman -o https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/raw/branch/master/Documentation/overlay.xml -f -a trinity-official ``` +#### or: + +`/etc/portage/repos.conf/tde.conf:` +``` +[trinity-official] +location = /var/db/repos/trinity-official +sync-type = git +sync-uri = https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo.git +auto-sync = yes +``` +``` +# emaint sync -r trinity-official +``` + #### For the rsync way of sync just use: #### ``` layman -o https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/raw/branch/master/Documentation/overlay-rsync.xml -f -a trinity-official ```