diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
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 |