From bd04cf25d723a14095026aaef4d57f1ab1aeedde Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 7 Sep 2026 21:49:04 -0400 Subject: [PATCH] throwie the perfectionist --- docs/develop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop.md b/docs/develop.md index 2bbe380..303db5f 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -14,8 +14,8 @@ If, for some reason, you're in an environment where accessing the debug logs is Install: ```sh -git clone git.lolcat.ca/lolcat/4get -make changes to docker/apache/http/httpd.conf # (comment out the lines that disable logging) +git clone https://git.lolcat.ca/lolcat/4get +make changes to docker/apache/http/httpd.conf # comment out the lines that disable logging docker build -t luuul/4get . ```