From 39e5ef83700c163c6ee95067717eab6e596a18cc Mon Sep 17 00:00:00 2001 From: Davide Violante Date: Mon, 13 Jan 2025 20:30:28 +0100 Subject: [PATCH] chore: update README.md, add how to install (#3339) Fix #3314 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 132fb59d6..e8233ad34 100644 --- a/README.md +++ b/README.md @@ -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: