clarify install

This commit is contained in:
Tim Welch 2024-06-23 00:16:25 -07:00
parent 95276b2d18
commit 9b65aaebbd

View File

@ -27,7 +27,7 @@ Once you've cloned a Turf repository, and have a terminal open and currenty in t
- `corepack enable pnpm`
- enable pnpm as a package manager. Requires Node 16+. Alternatively just `npm install -g pnpm`.
- `pnpm install`
- install all dependencies
- install dependencies and build modules
- `npm test`
- run all tests and linters