From efdd6ca77ff3ef5245fbbb687f9c18cb1ad5976c Mon Sep 17 00:00:00 2001 From: TylerByte Date: Mon, 3 Feb 2020 23:19:18 +0200 Subject: [PATCH] Added Version to README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8ef5950..e42618a 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ ![preview 2](images/matrix-preview-2.png "Logo Title Text 1") - +## For Gitea Version ***1.10.3*** ## How to use: 1. Find your gitea custom directory path in ***Site Administration > Configuration > Custom File Root Path***. 2. Create a new directory in your custom root path called ***templates***. -3. Create another directory in your custom root path called ***/public/css/***. -4. Clone the repo on your gitea server and move all the files except gitea-matrix-theme.css to the templates directory in your custom root path that you created in step 2. -5. Move the gitea-matrix-theme.css into the public/css/ folder you created earlier. -6. Set the arc-green built-in gitea theme active under ***Settings*** or set is as the default theme by finding your ***Site Administration > Configuration > Configuration File Path*** usually ***/.../gitea/app.ini***. Edit it to add this code to the last part of the file and save it: +3. Create another directory and it's child in your custom root path called ***public/css***. +4. Clone this repo on your gitea server and move all the files except gitea-matrix-theme.css to the templates directory in your custom root path that you created in step 2. +5. Move the gitea-matrix-theme.css into the public/css/ folder you created in step 3. +6. Set the ***arc-green*** built-in gitea theme active under ***Settings*** or set is as the default theme by finding your ***Site Administration > Configuration > Configuration File Path*** usually ***/.../gitea/app.ini***. Edit it to add this code to the last part of the file and save it: `[ui]`