Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux authored Dec 31, 2021
1 parent 021eab0 commit 8bddfa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ For macOS: `brew install trino`

1. Download latest `trino-redisearch-*.zip` release from https://github.com/redis-field-engineering/sql-redis/releases

2. Unzip the release without any directory structure under `plugin/redisearch` in the Trino home directory:
2. Unzip the release without any directory structure under `<trino>/plugin/redisearch`:
+
[source,bash]
----
unzip -j trino-redisearch-early-access.zip -d /opt/trino/plugin/redisearch
----

3. Create a `redisearch.properties` file under the Trino `etc/catalog` directory:
3. Create a `redisearch.properties` file under `<trino>/etc/catalog` directory:
+
.redisearch.properties
[source,properties]
Expand Down

0 comments on commit 8bddfa7

Please sign in to comment.