From 2b6e193c875145fbc7e95a105eea784e5c382bc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?benjamin=20melan=C3=A7on?= <ben@agaric.coop>
Date: Fri, 28 Mar 2025 15:37:34 -0400
Subject: [PATCH] Update README for DDEV npm

---
 web/themes/custom/geofresco/README.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/web/themes/custom/geofresco/README.md b/web/themes/custom/geofresco/README.md
index dcad156..a202a5c 100644
--- a/web/themes/custom/geofresco/README.md
+++ b/web/themes/custom/geofresco/README.md
@@ -45,12 +45,19 @@ Autoprefixer & Babel is set to support:
 
 These can be updated at any time within the `package.json`.
 
-### Run the following commands from the theme directory
-If you haven't yet, install nvm:
-https://github.com/creationix/nvm
+### Run the following command from the theme directory
+
+`ddev npm install`
+
+### Alternat non-DDEV
+
+Run the following command from the theme directory (that's the folder where this README is).
 
 #### Use the right version of node with:
 
+If you haven't yet, install nvm:
+https://github.com/creationix/nvm
+
 `nvm use`
 
 _This command will look at your `.nvmrc` file and use the version node.js specified in it. This ensures all developers use the same version of node for consistency._