docs(README.md): add command for cloning submodules to readme

This commit is contained in:
HacDan
2024-05-16 20:34:51 +00:00
committed by AJ ONeal
parent 1a3f22e2ba
commit 8ffba627f3
+1
View File
@@ -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
```