Skip to content

Commit

Permalink
Merge branch 'release/0.0.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisCarden committed Aug 24, 2024
2 parents 93d3447 + 054ddda commit 446b549
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ddev xb-setup

The resulting DDEV project is just like any other one. Interact with it using the [the built-in commands](https://ddev.readthedocs.io/en/stable/users/usage/commands/), e.g., `ddev launch` to browse the site.

The installation process clones [the Experience Builder module](https://www.drupal.org/project/experience_builder) into `web/modules/contrib/experience_builder` and places an `experience_builder` symlink to it at the project root for convenient access. Develop and contribute from either location like you would any other Git repo for a normal Drupal project.
The installation process clones [the Experience Builder module](https://www.drupal.org/project/experience_builder) into `web/modules/contrib/experience_builder`. Develop and contribute from either location like you would any other Git repo for a normal Drupal project.

### Browsing and development

Expand Down
3 changes: 0 additions & 3 deletions commands/host/xb-setup
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ ddev composer require \

# Install Drupal and enable the Experience Builder module
ddev xb-drush-si
# Create a symlink to the module at a more convenient
# location for editing, at the project root.
ln -s web/modules/contrib/experience_builder experience_builder || true

# Initialize the environment.
ddev start
Expand Down

0 comments on commit 446b549

Please sign in to comment.