Skip to content

Commit 85408ec

Browse files
authored
Fetch the install script from a GitHub release
To match release process and changes in #30, #35, #36, #38.
1 parent f33aa62 commit 85408ec

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ EQL provides a data format for transmitting and storing encrypted data and index
2929

3030
The simplest and fastest way to get up and running with EQL is to execute the install SQL file directly in your database.
3131

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-
```
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
35+
```
36+
1. Run this command to install the custom types and functions:
37+
```bash
38+
psql -f cipherstash-eql.sql
39+
```
3840

3941
## Usage
4042

0 commit comments

Comments
 (0)