Update README.md
[webi-installers/.git] / README.md
index 073213c3233d0cf8cc8fc48d6f6639f6c10d6270..a1b27897c8e737590b2f6aa868fb630480bfb96e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -88,11 +88,11 @@ Just create an empty directory and run the tests until you get a good result.
 ```bash
 git clone git@github.com:webinstall/packages.git
 pushd packages
+npm install
 ```
 
 ```bash
-mkdir -p new-package
-npm install
+mkdir -p ./new-package/
 node _webi/test.js ./new-package/
 ```