File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ For macOS: `brew install trino`
24
24
25
25
1. Download latest `trino-redisearch-*.zip` release from https://github.com/redis-field-engineering/sql-redis/releases
26
26
27
- 2. Unzip the release without any directory structure under `plugin/redisearch` in the Trino home directory :
27
+ 2. Unzip the release without any directory structure under `<trino>/ plugin/redisearch`:
28
28
+
29
29
[source,bash]
30
30
----
31
31
unzip -j trino-redisearch-early-access.zip -d /opt/trino/plugin/redisearch
32
32
----
33
33
34
- 3. Create a `redisearch.properties` file under the Trino ` etc/catalog` directory:
34
+ 3. Create a `redisearch.properties` file under `<trino>/ etc/catalog` directory:
35
35
+
36
36
.redisearch.properties
37
37
[source,properties]
You can’t perform that action at this time.
0 commit comments