Update README.md

This commit is contained in:
Yugo Nagata 2022-04-27 15:08:01 +09:00 committed by GitHub
parent f586a03716
commit 2255a73ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ postgres=# SELECT * FROM m; -- automatically updated
To install `pg_ivm`, execute this in the module's directory:
```shell
make install USE_PGXS=1
make install
```
If you installed PostgreSQL from rpm or deb, you will need the devel package (for example, postgresql14-devel or postgresql-server-dev-14).