Skip to content

Commit a192a05

Browse files
authored
Update README.md
1 parent f215c21 commit a192a05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- Packaged as a PostgreSQL extension
1313

1414
## Installation
15+
Method 1: Copy the contents of the file `EASY-INSTALL-Vx.yy.SQL` into a SQL window in your database and run it.
16+
- The VLP8 extension must be available on your server
17+
- The HTTP extension must be available on your server
18+
19+
Method 2: Regular extension installation method (if SUPASCRIPT is already available on your server along with PLV8 and HTTP)
1520
```sql
1621
CREATE EXTENSION SUPASCRIPT CASCADE
1722
```

0 commit comments

Comments
 (0)