diff options
author | Marshmallow <xiongnemo@126.com> | 2020-09-10 19:05:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 19:05:15 +0200 |
commit | 4d1c41d4e28b87da1261bb2d9d8f7c00c91fc142 (patch) | |
tree | 4c56ae5a207ff966e0e7daecc803ba3a286cedc0 /README.md | |
parent | Add check for LDAP group membership (#10869) (diff) | |
download | forgejo-4d1c41d4e28b87da1261bb2d9d8f7c00c91fc142.tar.xz forgejo-4d1c41d4e28b87da1261bb2d9d8f7c00c91fc142.zip |
fix readme format (#12797)
Originally, the tabbed content under 'If pre-built frontend files are present it is possible to only build the backend:‘ has tab within the tabbed content. This commit fixed it.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ The `build` target is split into two sub-targets: 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>`. |