Commit 3507c4b147cb51339518b001309316dd1ffcd714

Authored by Georg Hopp
1 parent 45f039b5

update README.md to reflect gitlab flow

Showing 1 changed file with 1 additions and 4 deletions
... ... @@ -7,10 +7,7 @@ as well as ebuilds for my own projects, as far as I have them.
7 7
8 8 To add this overlay:
9 9
10   - ~> HOST=gitlab.weird-web-workers.org
11   - ~> BASE_URL=https://${HOST}/ghopp/ghopp-overlay
12   - ~> XML=${BASE_URL}/raw/master/overlay.xml
13   - ~> layman -o ${XML} -f -a ghopp-overlay
  10 + ~> layman -o http://gitlab.weird-web-workers.org/ghopp/ghopp-overlay/raw/production/overlay.xml -f -a ghopp
14 11 ~> layman-updater -R
15 12 ~> layman -a ghopp
16 13
... ...
Please register or login to post a comment