Update README.md
authorAJ ONeal <coolaj86@gmail.com>
Wed, 17 Jun 2020 05:49:12 +0000 (01:49 -0400)
committerGitHub <noreply@github.com>
Wed, 17 Jun 2020 05:49:12 +0000 (01:49 -0400)
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/
 ```