We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fac68f commit fdfa54fCopy full SHA for fdfa54f
examples/drupal11/README.md
@@ -12,6 +12,10 @@ Run the following commands to get up and running with this example.
12
# Should poweroff
13
lando poweroff
14
15
+# Should use this version of the plugin
16
+mkdir -p ~/.lando/plugins/@lando
17
+ln -sf ../.. ~/.lando/plugins/@lando/drupal
18
+
19
# Should initialize the latest Drupal 11 codebase
20
rm -rf drupal11 && mkdir -p drupal11 && cd drupal11
21
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