Skip to content

Commit

Permalink
Merge pull request #245 from brian6932/patch-1
Browse files Browse the repository at this point in the history
chore(readme): Use corepack to install pnpm
  • Loading branch information
titanism authored Aug 13, 2024
2 parents 012f8a3 + 8710302 commit a3ce036
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ See [Requirements](#requirements) and [Local Development Guide](#local-developme
4. Install [pnpm][]:

```sh
npm i -g pnpm
corepack enable
corepack prepare pnpm@latest --activate
```

5. [Fork the repository from GitHub](https://github.com/forwardemail/forwardemail.net/fork)
Expand Down Expand Up @@ -110,7 +111,8 @@ See [Requirements](#requirements) and [Local Development Guide](#local-developme
3. Install [pnpm][]:

```sh
npm i -g pnpm
corepack enable
corepack prepare pnpm@latest --activate
```

4. [Fork the repository from GitHub](https://github.com/forwardemail/forwardemail.net/fork)
Expand Down

0 comments on commit a3ce036

Please sign in to comment.