From 0e4ef354e9f874c536aae03b60acf29c3c1fded3 Mon Sep 17 00:00:00 2001 From: shrey agarwal Date: Tue, 4 Oct 2016 10:58:06 +0530 Subject: [PATCH] v 0.0.4 --- README.md | 4 ++++ elasty.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a169e..770b864 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # elasty elastic CLI for unix mac +# To Run +Download from Releases( github ) and run using +`elasty -c ./config/app.toml ` + # Config File See `config/app.toml` , the config file has all the comments diff --git a/elasty.go b/elasty.go index 6e29baf..5ddd3e8 100644 --- a/elasty.go +++ b/elasty.go @@ -56,7 +56,7 @@ func cliArgsParse() { app := cli.NewApp() app.Name = "elasty" - app.Version = "0.0.3" + app.Version = "0.0.4" app.Compiled = time.Now() app.Authors = []cli.Author{ cli.Author{