diff --git a/README.md b/README.md index c611f23..6b46276 100644 --- a/README.md +++ b/README.md @@ -1212,12 +1212,18 @@ FactoryBot.create(:product, :some_trait, :reindex, some_attribute: "foo") ### GitHub Actions -Check out [setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) for an easy way to install Elasticsearch. +Check out [setup-elasticsearch](https://github.com/ankane/setup-elasticsearch) for an easy way to install Elasticsearch: ```yml - uses: ankane/setup-elasticsearch@v1 ``` +And [setup-opensearch](https://github.com/ankane/setup-opensearch) for an easy way to install OpenSearch: + +```yml + - uses: ankane/setup-opensearch@v1 +``` + ## Deployment Searchkick uses `ENV["ELASTICSEARCH_URL"]` for the Elasticsearch server. This defaults to `http://localhost:9200`. -- libgit2 0.21.0