Theme updated for Version 1.16.*

This commit is contained in:
2022-02-25 15:55:24 +01:00
parent fa2e3f8828
commit 1e8c65ec7f
8 changed files with 34 additions and 421 deletions

View File

@@ -1,8 +1,8 @@
# Setting up system for developing for gitea frondend
* Install go(1.15 =>), node.js(10.13 => or latest lts), npm, git, make
* Install go(1.17.7 =>), node.js(16.14 => or latest lts), npm, gcc git, make
* Clone gitea repo `git clone https://github.com/go-gitea/gitea`
* Cd into repo folder `cd gitea`
* Checkout last stable (1.15.0 at this point) `git checkout v1.15.0`
* Checkout last stable (1.16.2 at this point) `git checkout v1.16.2`
* Build backend run: `TAGS="sqlite sqlite_unlock_notify" make backend`