Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue-25: Update Readme file with lando requirement. #27

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The script relies on certain developer tools to be available when running.

- git - To initialise the project as a repository.
- composer - To download the dependencies. If composer is not present, the dependencies don't get downloaded.
- lando - Docker driven local development tool.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not accurate. We don't need lando when running axl-template. In fact, lando is not even required for running the site generated by axl-template. It only generates Lando specific files if you run init-drupal with --lando option or you directly run init-lando.

I would suggest add a new section in existing "Requirements" section to cover these optional dependencies.


Alternatively, you can use Docker to run this command. See the section below on usage with Docker for more information.

Expand Down