diff options
author | silverwind <me@silverwind.io> | 2020-07-30 23:21:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 17:21:59 -0400 |
commit | f6d5303e022a1d11bdf16279bb82aabd7c48427e (patch) | |
tree | 6e590ea49ba260f10608e47235be4e9e2420d486 /README.md | |
parent | 838fef2ae84f8752363e8e3e31c252d66a5c6027 (diff) | |
download | gitea-f6d5303e022a1d11bdf16279bb82aabd7c48427e.tar.gz gitea-f6d5303e022a1d11bdf16279bb82aabd7c48427e.zip |
Add note to README about make parallelism (#12378)
Alternative to https://github.com/go-gitea/gitea/pull/12367
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ If pre-built frontend files are present it is possible to only build the backend TAGS="bindata" make backend +Parallelism is not supported for these targets, so please don't include `-j <num>`. + More info: https://docs.gitea.io/en-us/install-from-source/ ## Using |