File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ For macOS: `brew install trino`
2222
2323=== Install the connector
2424
25- 1. Download latest `trino-redisearch-*.zip` release from https://github.com/redis-field-engineering/sql-redis/releases
25+ 1. Download latest https://github.com/redis-field-engineering/sql-redis/releases/latest[release].
2626
27272. Unzip the release without any directory structure under `<trino>/plugin/redisearch`:
2828+
29- [source,bash]
29+ [source,bash,subs="verbatim,attributes" ]
3030----
31- unzip -j trino-redisearch-early-access .zip -d /opt/trino/plugin/redisearch
31+ unzip -j trino-redisearch-{project-version} .zip -d /opt/trino/plugin/redisearch
3232----
3333
34343. Create a `redisearch.properties` file under `<trino>/etc/catalog` directory:
You can’t perform that action at this time.
0 commit comments