Browse Source

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>
for-closed-social
Marshmallow 4 years ago
committed by GitHub
parent
commit
4d1c41d4e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

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

Loading…
Cancel
Save