]> source.dussan.org Git - gitea.git/commitdiff
README: update make command to build full release (#5004)
authorAJ ONeal <coolaj86@gmail.com>
Wed, 3 Oct 2018 06:33:46 +0000 (00:33 -0600)
committerJonas Franz <info@jonasfranz.software>
Wed, 3 Oct 2018 06:33:46 +0000 (08:33 +0200)
* update make command to build full release

* use quoted TAGS

`TAGS=bindata` => `TAGS="bindata"`

README.md

index ced73981e57126a16e6918cdb526adeb88938645..b8e6e8fed6ec1f518d043558141f4cbce69c04e3 100644 (file)
--- 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/