mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-15 00:56:54 +08:00
Update readme to show example usage of PG_CONFIG (#79)
This commit is contained in:
@@ -18,6 +18,14 @@ make
|
|||||||
make install # may need sudo
|
make install # may need sudo
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you have multiple server installations you will want to specify the installation's `PG_CONFIG` path.
|
||||||
|
```sh
|
||||||
|
...
|
||||||
|
export PG_CONFIG=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
```
|
||||||
|
|
||||||
Then load it in databases where you want to use it
|
Then load it in databases where you want to use it
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
|
|||||||
Reference in New Issue
Block a user