We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d4483 commit 87d2668Copy full SHA for 87d2668
README.md
@@ -31,11 +31,11 @@ The simplest and fastest way to get up and running with EQL is to execute the in
31
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
+ curl -sLo cipherstash-eql.sql https://github.com/cipherstash/encrypt-query-language/releases/latest/download/cipherstash-encrypt.sql
35
```
36
1. Run this command to install the custom types and functions:
37
38
- psql -f cipherstash-eql.sql
+ psql -f cipherstash-encrypt.sql
39
40
41
## Usage
0 commit comments