aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAJ ONeal2018-10-03 00:33:46 -0600
committerJonas Franz2018-10-03 08:33:46 +0200
commit2b8dc17db72d1011f88bee72463ff9594383e080 (patch)
treef7a0f17aee03e7abb404a13e2f2853462c929b01 /README.md
parent2e2eacf62adf1e0d5ef0723b1e53d42fc779a1b6 (diff)
README: update make command to build full release (#5004)
* update make command to build full release * use quoted TAGS `TAGS=bindata` => `TAGS="bindata"`
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 ced73981e..b8e6e8fed 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ This project has been
From the root of the source tree, run:
- make generate all
+ TAGS="bindata" make generate all
More info: https://docs.gitea.io/en-us/install-from-source/