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
29
29
30
30
The simplest and fastest way to get up and running with EQL is to execute the install SQL file directly in your database.
31
31
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
+ ```
38
40
39
41
## Usage
40
42
You can’t perform that action at this time.
0 commit comments