Theme updated for Version 1.15.*

This commit is contained in:
Gitea
2021-08-29 18:56:18 +02:00
parent aa31e07a53
commit 7b106a7647
7 changed files with 130 additions and 56 deletions

View File

@@ -2,7 +2,7 @@
* Install go(1.15 =>), node.js(10.13 => or latest lts), npm, git, make
* Clone gitea repo `git clone https://github.com/go-gitea/gitea`
* Cd into repo folder `cd gitea`
* Checkout last stable (1.14.0 at this point) `git checkout v1.14.0`
* Checkout last stable (1.15.0 at this point) `git checkout v1.15.0`
* Build backend run: `TAGS="sqlite sqlite_unlock_notify" make backend`