From 482065391dbc4854105e95807d5a04fb182537af Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 7 Jun 2025 14:56:08 +0100 Subject: [PATCH] chore(docs): update instructions to compile from source The frontend part was missing, make it easy to copy/paste. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdae346c..0813ea57 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,11 @@ run so that the directories are populated. From a checkout of https://codeberg.org/forgejo/forgejo/ ```sh -make TAGS='bindata sqlite sqlite_unlock_notify' generate forgejo -cp -a forgejo /srv/forgejo-binaries/forgejo-10.0 +make clean-all && make frontend && make TAGS='bindata sqlite sqlite_unlock_notify' generate forgejo +cp -a forgejo /srv/forgejo-binaries/forgejo-11.0 ``` -It will be used whenever the version `10.0` is specified in a test. +It will be used whenever the version `11.0` is specified in a test. ### Forgejo runner