From 9e37cc3caaaff16567fd89edf07e9df361c5d856 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:45:46 +1300 Subject: [PATCH] docs: update `ddev get` to `ddev add-on get` in readme (#52) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index a7b6240..25cef1d 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,28 @@ _>> Build all your Magento themes at once, with Magic, build with Woodoo!_ ##### Latest stable version (recommended) +For DDEV v1.23.5 or above run + +```shell +ddev add-on get dermatz/ddev-woodoo-buildtools-magento +``` + +For earlier versions of DDEV run + ```shell ddev get dermatz/ddev-woodoo-buildtools-magento ``` ##### Latest Developer-Preview (Main-Branch - unreleased) - can be instable! +For DDEV v1.23.5 or above run + +```shell +ddev add-on get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz +``` + +For earlier versions of DDEV run + ```shell ddev get https://github.com/dermatz/ddev-woodoo-buildtools-magento/archive/refs/heads/main.tar.gz ```