From 8ffba627f3cfaf3bc7094ef7da9e53573bb2b1b5 Mon Sep 17 00:00:00 2001 From: HacDan Date: Thu, 29 Feb 2024 20:08:09 -0500 Subject: [PATCH] docs(README.md): add command for cloning submodules to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3b7caa..64979d6 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Just create an empty directory and run the tests until you get a good result. ```sh git clone git@github.com:webinstall/webi-installers.git pushd ./webi-installers/ +git submodule update --init npm install ```