diff --git a/docs/getting-started.md b/docs/getting-started.md index 20da7ee..2ff3ad3 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -41,6 +41,18 @@ This plugin is included with Lando by default. That means if you have Lando vers However if you would like to manually install the plugin, update it to the bleeding edge or install a particular version then use the below. Note that this installation method requires Lando `3.5.0+`. :::: code-group +::: code-group-item LANDO 3.21+ +```bash:no-line-numbers +lando plugin-add @lando/apache +``` +::: +::: code-group-item HYPERDRIVE +```bash:no-line-numbers +# @TODO +# @NOTE: This doesn't actaully work yet +hyperdrive install @lando/apache +``` +::: ::: code-group-item DOCKER ```bash:no-line-numbers # Ensure you have a global plugins directory @@ -60,12 +72,6 @@ docker run --rm -it -v ${HOME}/.lando/plugins:/plugins -w /tmp node:14-alpine sh lando --clear ``` ::: -::: code-group-item HYPERDRIVE -```bash:no-line-numbers -# @TODO -# @NOTE: This doesn't actaully work yet -hyperdrive install @lando/laravel -``` :::: You should be able to verify the plugin is installed by running `lando config --path plugins` and checking for `@lando/laravel`. This command will also show you _where_ the plugin is being loaded from.