Add note to README about make parallelism (#12378)

Alternative to https://github.com/go-gitea/gitea/pull/12367
This commit is contained in:
silverwind
2020-07-30 23:21:59 +02:00
committed by GitHub
parent 838fef2ae8
commit f6d5303e02

View File

@@ -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