From 53df7dcaff073cc6a5afb561bc538b7fa8485c04 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Thu, 24 Oct 2024 20:46:18 +1300 Subject: [PATCH] docs: update `ddev get` to `ddev add-on get` in readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c71f58..603d0bc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,13 @@ This addon just provides the basics to view mkdocs static site from docs/ folder ## Getting started -Install this addon with +For DDEV v1.23.5 or above run + +```shell +ddev add-on get Metadrop/ddev-mkdocs +``` + +For earlier versions of DDEV run ```shell ddev get Metadrop/ddev-mkdocs