aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarshmallow <xiongnemo@126.com>2020-09-11 01:05:15 +0800
committerGitHub <noreply@github.com>2020-09-10 13:05:15 -0400
commit4d1c41d4e28b87da1261bb2d9d8f7c00c91fc142 (patch)
tree4c56ae5a207ff966e0e7daecc803ba3a286cedc0 /README.md
parentc3e8c9441ad0e90bb0567af0bf7e9444aa8f4ad5 (diff)
downloadgitea-4d1c41d4e28b87da1261bb2d9d8f7c00c91fc142.tar.gz
gitea-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 163daa85b6..ad9322205a 100644
--- a/README.md
+++ b/README.md
@@ -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>`.