From 3dd9e2bf63f0a35419fa56fdcdb8badf36919274 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Fri, 22 Nov 2024 18:31:23 -0500 Subject: Initial commit Signed-off-by: Julien Roy --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..476e9ea --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# wger-overlay +Gentoo overlay for the wger workout manager. + +The repository depends on both ::gentoo and ::guru so make sure you have ::guru enabled with `eselect repostory` before you use this. + +# Installation +Add a new file in /etc/portage/repos.conf/ +For example, /etc/portage/repos.conf/wger-overlay.conf +In this file, put the content below: + + [wger-overlay] + location = /var/db/repos/wger-overlay + clone-depth = 0 + sync-type = git + sync-uri = https://git.jroy.ca/wger-overlay + auto-sync = yes + +Finally, run `emerge --sync wger-overlay` \ No newline at end of file -- cgit v1.2.3