We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33aa62 commit 85408ecCopy full SHA for 85408ec
README.md
@@ -29,12 +29,14 @@ EQL provides a data format for transmitting and storing encrypted data and index
29
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
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
-```
+1. Get the latest EQL install script:
+ ```bash
+ curl -sLo cipherstash-eql.sql https://github.com/cipherstash/encrypt-query-language/releases/latest/download/cipherstash-eql.sql
+ ```
+1. Run this command to install the custom types and functions:
38
+ psql -f cipherstash-eql.sql
39
40
41
## Usage
42
0 commit comments