chore(docs): update instructions to compile from source
The frontend part was missing, make it easy to copy/paste.
This commit is contained in:
parent
796a32d6c1
commit
482065391d
1 changed files with 3 additions and 3 deletions
|
|
@ -56,11 +56,11 @@ run so that the directories are populated.
|
||||||
From a checkout of https://codeberg.org/forgejo/forgejo/
|
From a checkout of https://codeberg.org/forgejo/forgejo/
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make TAGS='bindata sqlite sqlite_unlock_notify' generate forgejo
|
make clean-all && make frontend && make TAGS='bindata sqlite sqlite_unlock_notify' generate forgejo
|
||||||
cp -a forgejo /srv/forgejo-binaries/forgejo-10.0
|
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
|
### Forgejo runner
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue