aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-07-30 23:21:59 +0200
committerGitHub <noreply@github.com>2020-07-30 17:21:59 -0400
commitf6d5303e022a1d11bdf16279bb82aabd7c48427e (patch)
tree6e590ea49ba260f10608e47235be4e9e2420d486 /README.md
parent838fef2ae84f8752363e8e3e31c252d66a5c6027 (diff)
downloadgitea-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b5c8406b3..e46ae4cd1a 100644
--- a/README.md
+++ b/README.md
@@ -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