blob: 476e9ea9265eca45a44969fb7ca0a7af5e60c322 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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`
|