From d7d1ab7792e933deaa23ecb02f44c5dc5086962a Mon Sep 17 00:00:00 2001 From: Paul D'Ambra Date: Mon, 16 Dec 2024 10:28:38 +0000 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9907a2339..c13cb4aa1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ For information on using this library in your app, [see PostHog Docs](https://posthog.com/docs/libraries/js). This README is intended for developing the library itself. +## dependencies + +we use pnpm. + +it's best to install using `npm install -g pnpm@latest-8` +and then `pnpm` commands as usual + ## Testing Unit tests: run `pnpm test`.