Skip to content

Commit 39e5ef8

Browse files
chore: update README.md, add how to install (brianc#3339)
Fix brianc#3314
1 parent 9fbcf17 commit 39e5ef8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ This repo is a monorepo which contains the core [pg](https://github.com/brianc/n
1818
- [pg-connection-string](https://github.com/brianc/node-postgres/tree/master/packages/pg-connection-string)
1919
- [pg-protocol](https://github.com/brianc/node-postgres/tree/master/packages/pg-protocol)
2020

21+
## Install
22+
```
23+
npm install pg
24+
```
25+
2126
## Documentation
2227

2328
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:

0 commit comments

Comments
 (0)