From 103c3a1cb12e5f383a98f8bcd956675b3e1a5b50 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 24 Oct 2024 20:54:24 +1300 Subject: [PATCH] docs: update `ddev get` to `ddev add-on get` in readme --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ae5f9b..17926de 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,25 @@ This is optimized for [Aljibe projects](https://github.com/Metadrop/Aljibe/), bu ## Getting Started -Install this addon by running the following command: +Install this addon: -`ddev get Metadrop/ddev-unlighthouse` +For DDEV v1.23.5 or above run + +```sh +ddev add-on get Metadrop/ddev-unlighthouse +``` + +For earlier versions of DDEV run + +```sh +ddev get Metadrop/ddev-unlighthouse +``` Once installed, make sure to restart your ddev project: -`ddev restart` +```sh +ddev restart +``` ### Configuration