Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 16, 2024
1 parent be40c0b commit d7d1ab7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit d7d1ab7

Please sign in to comment.