From 4bcd428454a599a1eb1ed69d4c2b448f1c38ccaa Mon Sep 17 00:00:00 2001 From: Braydon Date: Sat, 5 Aug 2023 10:45:25 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22c560c..0fec7a5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ A theme to make Gitea look and feel like GitHub. ## Install -To install, follow the [Gitea docs](https://docs.gitea.com/next/administration/customizing-gitea#customizing-the-look-of-gitea) +1. Place `theme-github.css` inside of `gitea/public/assets/css` +2. Modify your `gitea/conf/app.ini` file and append `,github` to the end of `THEMES` under the `[ui]` section +3. Restart your Gitea instance +4. Apply the theme +> Need more help, view the [Gitea docs](https://docs.gitea.com/next/administration/customizing-gitea#customizing-the-look-of-gitea) ## Screenshots ![Profile Page](https://cdn.rainnny.club/CFaMgWvCV0u8.png)