Skip to content

Commit e1f03a0

Browse files
committed
Add the optional development commands to the README. [skip ci]
1 parent a2f6374 commit e1f03a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ ddev add-on get TravisCarden/ddev-drupal-xb-dev
4040

4141
# Perform one-time setup operations.
4242
ddev xb-setup
43+
44+
# Optionally add some convenience extras for development.
45+
ddev xb-dev-extras
46+
47+
# Optionally configure the environment for Workspaces development. Note: This can be
48+
# a little volatile due to upstream Workspaces changes. Be aware that it can fail
49+
# and leave your site in a non-working state requiring you to set it up again from scratch.
50+
ddev xb-workspaces-dev
4351
```
4452

4553
## Usage

0 commit comments

Comments
 (0)