Commit 0dd67e477d904963df1563a6ae52150319d8852f

Authored by Andrew Kane
1 parent 4f3837a1

Updated Homebrew ES instructions [skip ci]

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -50,8 +50,8 @@ Searchkick 5.0 was recently released! See [how to upgrade](#upgrading)
50 50 Install [Elasticsearch](https://www.elastic.co/downloads/elasticsearch) or [OpenSearch](https://opensearch.org/downloads.html). For Homebrew, use:
51 51  
52 52 ```sh
53   -brew install elasticsearch
54   -brew services start elasticsearch
  53 +brew install elastic/tap/elasticsearch-full
  54 +brew services start elasticsearch-full
55 55 # or
56 56 brew install opensearch
57 57 brew services start opensearch
... ...