Skip to content

Commit d767ed7

Browse files
committed
use generated file for eql sql
1 parent b89c198 commit d767ed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ EQL provides a data format for transmitting and storing encrypted data & indexes
2727

2828
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.
2929

30-
1. Download the [install.sql](src/install.sql) file
30+
1. Download the [cipherstash-encrypt-dsl.sql](./release/cipherstash-encrypt-dsl.sql) file
3131
2. Run the following command to install the custom types and functions:
3232

3333
```bash
34-
psql -f install.sql
34+
psql -f cipherstash-encrypt-dsl.sql
3535
```
3636

3737
## Usage

0 commit comments

Comments
 (0)