doc(README.md): use 'npm clean-install'

This commit is contained in:
AJ ONeal
2024-05-16 20:35:44 +00:00
parent 8ffba627f3
commit 3810cd621e
+1 -1
View File
@@ -101,7 +101,7 @@ Just create an empty directory and run the tests until you get a good result.
git clone git@github.com:webinstall/webi-installers.git
pushd ./webi-installers/
git submodule update --init
npm install
npm clean-install
```
```sh