Skip to content

Commit

Permalink
doc(README.md): use 'npm clean-install'
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed May 16, 2024
1 parent 8ffba62 commit 3810cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Just create an empty directory and run the tests until you get a good result.
git clone [email protected]:webinstall/webi-installers.git
pushd ./webi-installers/
git submodule update --init
npm install
npm clean-install
```

```sh
Expand Down

0 comments on commit 3810cd6

Please sign in to comment.