Skip to content

Commit 3810cd6

Browse files
committed
doc(README.md): use 'npm clean-install'
1 parent 8ffba62 commit 3810cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Just create an empty directory and run the tests until you get a good result.
101101
git clone git@github.com:webinstall/webi-installers.git
102102
pushd ./webi-installers/
103103
git submodule update --init
104-
npm install
104+
npm clean-install
105105
```
106106

107107
```sh

0 commit comments

Comments
 (0)