Skip to content

Commit

Permalink
Merge pull request #4 from DevopsArtFactory/modify_readme
Browse files Browse the repository at this point in the history
modify_readme
  • Loading branch information
sepiro2000 authored Jan 13, 2021
2 parents d790c08 + 1bfd54e commit c71da06
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,21 @@ $ escli index setting my-index-000001 number_of_replicas 2
### Required
- [elasticsearch](https://elastic.co) version 6.0 or higher

### Install escli binary (TODO)
### Install escli binary

#### On MAC
```bash
$ brew tap DevopsArtFactory/escli
$ brew update
$ brew install escli
```

#### On Linux
```bash
$ curl -Lo escli https://escli.s3.ap-northeast-2.amazonaws.com/releases/latest/escli-linux-amd64
$ sudo install escli /usr/bin
```

### initialize escli
configuration of escli is stored at `~/.escli/config.yaml` file.
for the first time, there is no configuration so you have to initialize configuration with `escli init`
Expand Down

0 comments on commit c71da06

Please sign in to comment.