From f5ea6a4764d5bbd556cd70f00cdbbdf880784059 Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 21 Feb 2022 15:48:34 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0365863..7f9986a 100644 --- a/README.md +++ b/README.md @@ -457,7 +457,7 @@ mkdir -p /srv/gitea/custom/templates/ cd /srv/gitea/custom/public/templates/ wget https://raw.githubusercontent.com/go-gitea/gitea/release/v1.16/templates/home.tmpl mv home.tmpl home.tpml.ori -wget https://git.a-lec.org/a-lec/commissions/chalec/forge/-/raw/main/home.tmpl +wget https://git.a-lec.org/a-lec/commissions/chalec/forge/-/raw/main/custom/templates/home.tmpl systemctl restart gitea ```