From: AJ ONeal Date: Wed, 17 Jun 2020 05:49:12 +0000 (-0400) Subject: Update README.md X-Git-Url: https://git.josue.xyz/?a=commitdiff_plain;h=ed60fe4aefc3a58dabab00b33b1afadbcf541a51;p=webi-installers%2F.git Update README.md --- diff --git a/README.md b/README.md index 073213c..a1b2789 100644 --- 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/ ```