From 4effa51011cc5ce66261919a450cd6b36a42bd2f Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Wed, 20 Apr 2022 16:21:27 -0700 Subject: [PATCH] update-readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d51bf46..3091884 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ In the previous screenshot I posted you can see that MY $GITEA_CUSTOM path is `/ cd /var/lib/gitea/custom/public/css wget https://raw.githubusercontent.com/Jieiku/theme-dark-arc-gitea/main/theme-dark-arc.css +## Make sure ownership is correct: + +Set ownership of your $GITEA_CUSTOM directory and files, I set ownership to git because gitea runs as user git as seen in the previous screenshot. + + sudo chown -R git:git /var/lib/gitea/custom + ## Edit the app.ini config file to include dark-arc theme: The app.ini file location may differ depending on environment, this matches the location of my file as seen in the previous screenshot. @@ -37,12 +43,6 @@ The app.ini file location may differ depending on environment, this matches the DEFAULT_THEME = dark-arc THEMES = gitea,dark-arc -## Make sure ownership is correct: - -Set ownership of your $GITEA_CUSTOM directory and files, I set ownership to git because gitea runs as user git as seen in the previous screenshot. - - sudo chown -R git:git /var/lib/gitea/custom - ## Restart gitea service sudo systemctl restart gitea