File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ EQL provides a data format for transmitting and storing encrypted data and index
2929
3030The simplest and fastest way to get up and running with EQL is to execute the install SQL file directly in your database.
3131
32- 1 . Download [ cipherstash-encrypt-dsl.sql] ( ./release/cipherstash-encrypt-dsl.sql ) .
33- 2 . Run the following command to install the custom types and functions:
34-
35- ``` bash
36- psql -f cipherstash-encrypt-dsl.sql
37- ```
32+ 1 . Get the latest EQL install script:
33+ ``` bash
34+ curl -sLo cipherstash-eql.sql https://github.com/cipherstash/encrypt-query-language/releases/latest/download/cipherstash-eql.sql
35+ ```
36+ 1 . Run this command to install the custom types and functions:
37+ ``` bash
38+ psql -f cipherstash-eql.sql
39+ ```
3840
3941## Usage
4042
You can’t perform that action at this time.
0 commit comments