Updated version in docs

This commit is contained in:
2021-04-15 12:42:07 +02:00
parent 3457d101ac
commit aa31e07a53
2 changed files with 39 additions and 1 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.13.0 at this point) `git checkout v1.13.0`
* Checkout last stable (1.14.0 at this point) `git checkout v1.14.0`
* Build backend run: `TAGS="sqlite sqlite_unlock_notify" make backend`