Skip to content

Commit

Permalink
chore: update README.md, add how to install (#3339)
Browse files Browse the repository at this point in the history
Fix #3314
  • Loading branch information
DavideViolante authored Jan 13, 2025
1 parent 9fbcf17 commit 39e5ef8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 39e5ef8

Please sign in to comment.