From 94200996d05576c945030d4b51f1a4bc88d2cb57 Mon Sep 17 00:00:00 2001 From: Davide Violante Date: Thu, 31 Oct 2024 10:25:08 +0100 Subject: [PATCH] chore: update README.md, add how to install 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: