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.
2 parents 23733c0 + d767ed7 commit 37f02bcCopy full SHA for 37f02bc
README.md
@@ -27,11 +27,11 @@ EQL provides a data format for transmitting and storing encrypted data & indexes
27
28
The simplest and fastest way to get up and running with EQL from scratch is to execute the install SQL file directly in your database.
29
30
-1. Download the [install.sql](src/install.sql) file
+1. Download the [cipherstash-encrypt-dsl.sql](./release/cipherstash-encrypt-dsl.sql) file
31
2. Run the following command to install the custom types and functions:
32
33
```bash
34
-psql -f install.sql
+psql -f cipherstash-encrypt-dsl.sql
35
```
36
37
## Usage
0 commit comments