Skip to content

Commit 659fb2e

Browse files
authored
Update README.md (#32)
Add header and emphasize that a restart is required.
1 parent c7e9125 commit 659fb2e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
[![tests](https://github.com/ddev/ddev-selenium-standalone-chrome/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-addon-template/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
22

3+
# DDEV Selenium Standalone Chrome
4+
35
## Introduction
46

57
This service can be used with any project type. The examples below are Drupal-specific. Contributions for docs and tests that show this service working with other project types are appreciated.
68

79
## Install/Update
810

911
1. `ddev get ddev/ddev-selenium-standalone-chrome`
10-
2. 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
11-
3. Optional. Check config.selenium-standalone-chrome.yaml and docker-compose.selenium-chrome.yaml into your source control.
12-
4. Update by re-running `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`.
1316

1417
## Use
1518

0 commit comments

Comments
 (0)