Skip to content

Commit fdfa54f

Browse files
committed
test this version of the plugin
1 parent 2fac68f commit fdfa54f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/drupal11/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Run the following commands to get up and running with this example.
1212
# Should poweroff
1313
lando poweroff
1414

15+
# Should use this version of the plugin
16+
mkdir -p ~/.lando/plugins/@lando
17+
ln -sf ../.. ~/.lando/plugins/@lando/drupal
18+
1519
# Should initialize the latest Drupal 11 codebase
1620
rm -rf drupal11 && mkdir -p drupal11 && cd drupal11
1721
lando init --source remote --remote-url https://ftp.drupal.org/files/projects/drupal-11.0.x-dev.tar.gz --remote-options="--strip-components 1" --recipe drupal11 --webroot . --name lando-drupal11

0 commit comments

Comments
 (0)