From 3810cd621eb2d7f4a2a3801bf173aadc40a4b07b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 16 May 2024 20:35:44 +0000 Subject: [PATCH] doc(README.md): use 'npm clean-install' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64979d6c6..d42fb3cec 100644 --- a/README.md +++ b/README.md @@ -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