Update README.md

This commit is contained in:
Christian P. MOMON 2022-02-21 15:48:34 +00:00
parent 94833d686c
commit f5ea6a4764
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ mkdir -p /srv/gitea/custom/templates/
cd /srv/gitea/custom/public/templates/ cd /srv/gitea/custom/public/templates/
wget https://raw.githubusercontent.com/go-gitea/gitea/release/v1.16/templates/home.tmpl wget https://raw.githubusercontent.com/go-gitea/gitea/release/v1.16/templates/home.tmpl
mv home.tmpl home.tpml.ori 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 systemctl restart gitea
``` ```