Browse Source

Add note to README about make parallelism (#12378)

Alternative to https://github.com/go-gitea/gitea/pull/12367
tags/v1.13.0-rc1
silverwind GitHub 5 years ago
parent
commit
cc35eebcbd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md 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 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/ More info: https://docs.gitea.io/en-us/install-from-source/


## Using ## Using


Loading…
Cancel
Save