diff options
author | ormorph <roma251078@mail.ru> | 2021-12-06 19:17:34 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-12-06 19:34:03 +0300 |
commit | 4da4ad77c4f66d384b011a6b41cf67cc343a83bc (patch) | |
tree | e83c56e4e30113553c00a2025834deddd4aa0b74 /README.md | |
parent | 8fafdc736cc6961c3a48a7faf9d3ac5f26f8dd64 (diff) | |
download | tde-packaging-gentoo-4da4ad77c4f66d384b011a6b41cf67cc343a83bc.tar.gz tde-packaging-gentoo-4da4ad77c4f66d384b011a6b41cf67cc343a83bc.zip |
README.md added description
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 ``` |