Skip to content

Commit

Permalink
docs: update ddev get to ddev add-on get in readme (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Oct 24, 2024
1 parent b7fac57 commit 26520ac
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,21 @@ This DDEV add-on allows you to use Playwright in a separate `playwright` service

## Installation

For DDEV v1.23.5 or above run

```bash
ddev add-on get julienloizelet/ddev-playwright
```

For earlier versions of DDEV run

```bash
ddev get julienloizelet/ddev-playwright
```

Then restart your project

```bash
ddev restart
```

Expand Down Expand Up @@ -77,7 +90,7 @@ services:
```
You could also edit the value directly in the `docker-compose.playwright.yaml` file, but you risk losing your changes every time you do a `ddev get julienloizelet/ddev-playwright` (unless you delete the `#ddev-generated` line at the beginning of the file).
You could also edit the value directly in the `docker-compose.playwright.yaml` file, but you risk losing your changes every time you do a `ddev add-on get julienloizelet/ddev-playwright` (unless you delete the `#ddev-generated` line at the beginning of the file).

#### `.env` file

Expand Down

0 comments on commit 26520ac

Please sign in to comment.