Skip to content

Commit

Permalink
Merge pull request #1 from GuySartorelli/20241024_GuySartorelli_addon…
Browse files Browse the repository at this point in the history
…get-readme

docs: update `ddev get` to `ddev add-on get` in readme
  • Loading branch information
rellafella authored Nov 15, 2024
2 parents 1fa98df + 7df0cb2 commit aff72e8
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 aff72e8

Please sign in to comment.