Skip to content

Commit f92399e

Browse files
docs: update ddev get to ddev add-on get in readme (#51)
* docs: update `ddev get` to `ddev add-on get` in readme * Update README.md --------- Co-authored-by: Moshe Weitzman <[email protected]>
1 parent 043f5a9 commit f92399e

File tree

1 file changed

+23
-5
lines changed

1 file changed

+23
-5
lines changed

README.md

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,29 @@ This service can be used with any project type. The examples below are Drupal-sp
88

99
## Install/Update
1010

11-
1. `ddev get ddev/ddev-selenium-standalone-chrome`
12-
2. `ddev restart`
13-
3. Optional. Update the provided .ddev/config.selenium-standalone-chrome.yaml as you see fit(and remove the #ddev-generated line). You can also just override lines in your .ddev/config.yaml
14-
4. Optional. Check config.selenium-standalone-chrome.yaml and docker-compose.selenium-chrome.yaml into your source control.
15-
5. Update by re-running `ddev get ddev/ddev-selenium-standalone-chrome`.
11+
For DDEV v1.23.5 or above run
12+
13+
```sh
14+
ddev add-on get ddev/ddev-selenium-standalone-chrome
15+
```
16+
17+
For earlier versions of DDEV run
18+
19+
```sh
20+
ddev get ddev/ddev-selenium-standalone-chrome
21+
```
22+
23+
Then restart your project
24+
25+
```sh
26+
ddev restart
27+
```
28+
29+
### Optional steps
30+
31+
1. Update the provided `.ddev/config.selenium-standalone-chrome.yaml` as you see fit (and remove the #ddev-generated line). You can also just override lines in your `.ddev/config.yaml`
32+
1. Check `config.selenium-standalone-chrome.yaml` and `docker-compose.selenium-chrome.yaml` into your source control.
33+
1. Update by re-running `ddev add-on get ddev/ddev-selenium-standalone-chrome`.
1634

1735
## Use
1836

0 commit comments

Comments
 (0)