diff options
author | AJ ONeal <coolaj86@gmail.com> | 2018-10-03 00:33:46 -0600 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2018-10-03 08:33:46 +0200 |
commit | 2b8dc17db72d1011f88bee72463ff9594383e080 (patch) | |
tree | f7a0f17aee03e7abb404a13e2f2853462c929b01 /README.md | |
parent | 2e2eacf62adf1e0d5ef0723b1e53d42fc779a1b6 (diff) | |
download | gitea-2b8dc17db72d1011f88bee72463ff9594383e080.tar.gz gitea-2b8dc17db72d1011f88bee72463ff9594383e080.zip |
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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |