Updated readme [skip ci]

This commit is contained in:
Andrew Kane
2021-05-14 22:05:07 -07:00
parent 4e0c1a137c
commit ea8f06e8f4

View File

@@ -184,7 +184,7 @@ Some Postgres providers only support specific extensions. To request a new exten
## Upgrading
Compile and install the latest version and run:
Install the latest version and run:
```sql
ALTER EXTENSION vector UPDATE;
@@ -232,7 +232,7 @@ make prove_installcheck # TAP tests
To run single tests:
```sh
make installcheck REGRESS=vector # regression test
make installcheck REGRESS=functions # regression test
make prove_installcheck PROVE_TESTS=test/t/001_wal.pl # TAP test
```