From 38e8ccac928996f129cace5317083f01e45feaf3 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 20 Nov 2018 02:37:16 -0500 Subject: [PATCH] conf: add go-bindata install command in README [ci skip] --- conf/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/README.md b/conf/README.md index ee197505a..995686d4e 100644 --- a/conf/README.md +++ b/conf/README.md @@ -1,3 +1,6 @@ Execute following command in ROOT directory when anything is changed: -$ make bindata \ No newline at end of file +``` +$ go get -u github.com/go-bindata/go-bindata/... +$ make bindata +``` \ No newline at end of file