[SKIP CI] docs(readme): migrate to pnpm

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-10-25 15:57:12 +02:00
parent 7c8ff06881
commit c4e23615ec
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 5 additions and 5 deletions

View File

@ -14,17 +14,17 @@ Download prebuilt binaries from [here](https://git.froth.zone/sam/js-feditoken/r
1. You need to have `npm` and `nodejs` installed.
- Node 15 or greater is required.
- Node 16 or greater is required.
2. Install `yarn`: \
2. Install `pnpm`: \
`corepack enable` \
Check https://yarnpkg.com/getting-started/install for more information.
Check <https://pnpm.io/installation> for more information.
3. Clone the repository: \
`git clone https://git.froth.zone/sam/js-feditoken.git`
4. Install dependencies: \
`yarn`
`pnpm i`
5. Build: \
`yarn build`
`pnpm run build`