From 5b79338e308790a5fe1e9156aa7412f82b42058f Mon Sep 17 00:00:00 2001 From: Marcin <89909559+mjanuszkiewicz-tt@users.noreply.github.com> Date: Tue, 2 Jul 2024 13:20:26 +0200 Subject: [PATCH] Update README to not include a plugin version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0587d3..703c5d5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Plugin for Elasticsearch that allows users to filter locations using the Travelt We maintain separate codebases for each ElasticSearch version between 7.10 and 8.1 (inclusive), and version 5.5. They reside in the appropriate folders (e.g. the plugin for version 7.16 is in the `7.16` folder). ## Installation & configuration -This is a standard Elasticsearch plugin. As such it can be installed by running `elasticsearch-plugin install https://github.com/traveltime-dev/traveltime-elasticsearch-plugin/releases/download/v0.2.27/traveltime-elasticsearch-plugin_v0.2.27_8.1.0.zip` +This is a standard Elasticsearch plugin. As such it can be installed by running `elasticsearch-plugin install https://github.com/traveltime-dev/traveltime-elasticsearch-plugin/releases/download/${PLUGIN_VERSION}/traveltime-elasticsearch-plugin_${PLUGIN_VERSION}_${ES_VERSION}.zip`, where `PLUGIN_VERSION` is the latest plugin version available at https://github.com/traveltime-dev/traveltime-elasticsearch-plugin/releases (e.g. `v0.2.35`), and `ES_VERSION` is the exact version string of the Elasticsearch instance the plugin will be installed to (e.g. `7.17.14`) To use the plugin you **must** specify the following configuration keys: - `traveltime.app.id`: this is you API app id.