Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 24, 2024
1 parent 1fa98df commit 7df0cb2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,21 @@ For more information, visit [pnpm.io](https://pnpm.io)

## Installation

For DDEV v1.23.5 or above run

```sh
ddev add-on get envsa/ddev-pnpm
```

For earlier versions of DDEV run

```sh
ddev get envsa/ddev-pnpm
```

Then restart your project

```sh
ddev restart
```

Expand Down

0 comments on commit 7df0cb2

Please sign in to comment.