Skip to content

Commit ba6e1c6

Browse files
authored
Update README.adoc
1 parent f5e1bed commit ba6e1c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2727
2. 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

3434
3. Create a `redisearch.properties` file under `<trino>/etc/catalog` directory:

0 commit comments

Comments
 (0)