Skip to content

Commit

Permalink
docs(README): mention nvm windows (#398)
Browse files Browse the repository at this point in the history
* Mention NVM Windows for Windows users

* Update environment setup commands
  • Loading branch information
raducristianpopa authored Jul 8, 2024
1 parent 6bfb727 commit eb8e182
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Web Monetization browser extension is an open source implementation of the W

### Prerequisites

- [NVM](https://github.com/nvm-sh/nvm) - or another Node Version Manager
- [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 @@ -18,9 +18,14 @@ The Web Monetization browser extension is an open source implementation of the W

```sh
# Install Node 20
# For Linux/macOS
nvm install lts/iron
nvm use lts/iron

# For Windows
nvm install lts
nvm use lts

# Install pnpm using Corepack
corepack enable
```
Expand Down

0 comments on commit eb8e182

Please sign in to comment.