From 6074dd2396f8faa730bb4bfcbbc2913c1d3a9df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 24 Oct 2021 10:53:08 +0200 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19c8119..88e5355 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # LatexPackagesBuild -Ready to use builds of my LaTeX packages. These are built automatically. +Ready to use builds of my LaTeX packages. -For details of the packages see the main [LatexPackages](https://github.com/kesslermaximilian/LatexPackages) repository. +These are mirrored builds of the main [LatexPackages](https://gitlab.com/latexci/packages/LatexPackages) repository. + +Branches named `${BRANCH}` in the main repository will be built and made available here as `${BRANCH}-build`. So feel free to clone these branches here to easily update your packages when the main package repo updates - without having to build the packages yourself! + +For further information about these packages, visit the LatexPackages repository.