From e92a7277bb2bbe767b0c8cef2d4cc80f9b4b7d08 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 3 Oct 2024 12:28:53 -0400 Subject: [PATCH] #54 - Improve developer docs --- docs/getting-started.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index e8c6942..12b4051 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -24,6 +24,13 @@ to the following command like '--project-version 10.0.x-dev'. ddev dkan-init +** Note: if you are doing module development use the --moduledev flag.** + +This will clone the dkan project into its own directory and tell Composer to +use that repo as the getdkan/dkan package. + + ddev dkan-init --moduledev + This will ask you if it's OK to remove most of the files in your project. You can answer yes since there's nothing there right now anyway. Now install Drupal.