add package.json
[webi-installers/.git] / README.md
index 28da84b3901fde0ac7b30b73e8ce32e580cfc105..584bc5b3b46ecb5477089e72b09713518e28dd9b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,8 +44,14 @@ You just fill in the blanks.
 
 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
+```
+
 ```bash
 mkdir -p new-package
+npm install
 node _webi/test.js ./new-package/
 ```