Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Aug 6, 2024
1 parent 1aa9204 commit bf356ff
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ The Web Monetization browser extension is an open source implementation of the W
### Prerequisites

- [NVM](https://github.com/nvm-sh/nvm) (Linux, macOS), [NVM Windows](https://github.com/coreybutler/nvm-windows) (Windows) - or another Node Version Manager
- [PNPM](https://pnpm.io/)

## Setup

Expand All @@ -26,20 +25,10 @@ nvm use lts/iron
nvm install lts
nvm use lts

# Install pnpm using Corepack
# Install correct version of pnpm using Corepack (Corepack comes with Node)
corepack enable
```

If you do not have `corepack` installed locally you can use `npm` or `yarn` to install `pnpm`:

```sh
npm install -g pnpm
# or
yarn install -g pnpm
```

For alternative methods of installing `pnpm`, you can refer to the [official `pnpm` documentation](https://pnpm.io/installation).

To install dependencies, execute:

```sh
Expand Down

0 comments on commit bf356ff

Please sign in to comment.