aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2024-11-22 18:31:23 -0500
committerJulien Roy <julien@jroy.ca>2024-11-22 18:31:23 -0500
commit3dd9e2bf63f0a35419fa56fdcdb8badf36919274 (patch)
tree1e7179209a771d9a51cdbb07a309323725510ac5 /README.md
downloadwger-overlay-3dd9e2bf63f0a35419fa56fdcdb8badf36919274.tar.gz
wger-overlay-3dd9e2bf63f0a35419fa56fdcdb8badf36919274.tar.bz2
wger-overlay-3dd9e2bf63f0a35419fa56fdcdb8badf36919274.zip
Initial commit
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
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