Skip to content

Commit

Permalink
Fix checklinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed May 8, 2024
1 parent 95ce379 commit b16356a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Once you do, Lando will be able to use `drush` normally.

#### Build steps

Once `drush` is listed in your `composer.json` it is also recommended to configure a [build step](https://docs.lando.dev/core/v3/lando-service.html#build-steps) to automatically install Drush before your app starts up. This ensures `drush` is available after `lando start` and during any other build steps or events.
Once `drush` is listed in your `composer.json` it is also recommended to configure a [build step](https://docs.lando.dev/core/v3/services/lando.html#build-steps) to automatically install Drush before your app starts up. This ensures `drush` is available after `lando start` and during any other build steps or events.

**Automatically composer install before my app starts**

Expand Down

0 comments on commit b16356a

Please sign in to comment.