chore: update README.md, add how to install (#3339)

Fix #3314
This commit is contained in:
Davide Violante 2025-01-13 20:30:28 +01:00 committed by GitHub
parent 9fbcf17908
commit 39e5ef8370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,11 @@ This repo is a monorepo which contains the core [pg](https://github.com/brianc/n
- [pg-connection-string](https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string)
- [pg-protocol](https://github.com/brianc/node-postgres/tree/master/packages/pg-protocol)
## Install
```
npm install pg
```
## Documentation
Each package in this repo should have its own readme more focused on how to develop/contribute. For overall documentation on the project and the related modules managed by this repo please see: