Skip to content

Commit 87d2668

Browse files
authored
Update README.md
1 parent 49d4483 commit 87d2668

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
@@ -31,11 +31,11 @@ The simplest and fastest way to get up and running with EQL is to execute the in
3131

3232
1. Get the latest EQL install script:
3333
```bash
34-
curl -sLo cipherstash-eql.sql https://github.com/cipherstash/encrypt-query-language/releases/latest/download/cipherstash-eql.sql
34+
curl -sLo cipherstash-eql.sql https://github.com/cipherstash/encrypt-query-language/releases/latest/download/cipherstash-encrypt.sql
3535
```
3636
1. Run this command to install the custom types and functions:
3737
```bash
38-
psql -f cipherstash-eql.sql
38+
psql -f cipherstash-encrypt.sql
3939
```
4040

4141
## Usage

0 commit comments

Comments
 (0)