From beea260b4ff48f4f211629ecf2f72e9414306063 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman <129263+stealthgun@users.noreply.github.com> Date: Fri, 19 Feb 2021 21:00:12 +0100 Subject: [PATCH] Update readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 7beb268..9504723 100644 --- a/readme.md +++ b/readme.md @@ -3,10 +3,13 @@ Gentoo overlay: GJDWebserver This is a personal overlay I use for my PinePhone and other computers. **Setup** + Add the following content to /etc/portage/repos.conf/gjdwebserver.conf +``` [gjdwebserver] location = /var/db/repos/gjdwebserver sync-type = git sync-uri = https://github.com/stealthgun/gjdwebserver-overlay.git auto-sync = yes +```