Skip to content

Commit

Permalink
- Updated README
Browse files Browse the repository at this point in the history
- Updated version
  • Loading branch information
abutaha committed Dec 10, 2017
1 parent 1d57828 commit 778c7b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Download the latest [aws-es-proxy release](https://github.com/abutaha/aws-es-pro
### Build from Source

#### Dependencies:
* go1.5
* go1.5+
* [glide package manager](https://github.com/Masterminds/glide)


Expand Down Expand Up @@ -103,6 +103,12 @@ Usage of ./aws-es-proxy:
Amazon ElasticSearch Endpoint (e.g: https://dummy-host.eu-west-1.es.amazonaws.com)
-listen string
Local TCP port to listen on (default "127.0.0.1:9200")
-log-to-file
Log user requests and ElasticSearch responses to files
-no-sign-reqs
Disable AWS Signature v4
-pretty
Prettify verbose and file output
-verbose
Print user requests
```
Expand Down
2 changes: 1 addition & 1 deletion cross-compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.5"
VERSION="0.6"

rm -rf dist; mkdir -p dist
for GOOS in darwin linux windows; do
Expand Down

0 comments on commit 778c7b1

Please sign in to comment.