diff options
author | Marshmallow | 2020-09-11 01:05:15 +0800 |
---|---|---|
committer | GitHub | 2020-09-10 13:05:15 -0400 |
commit | 4d1c41d4e28b87da1261bb2d9d8f7c00c91fc142 (patch) | |
tree | 4c56ae5a207ff966e0e7daecc803ba3a286cedc0 /README.md | |
parent | c3e8c9441ad0e90bb0567af0bf7e9444aa8f4ad5 (diff) |
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>`. |