projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b761e
)
Update README.md
author
AJ ONeal
<coolaj86@gmail.com>
Wed, 17 Jun 2020 05:49:12 +0000
(
01:49
-0400)
committer
GitHub
<noreply@github.com>
Wed, 17 Jun 2020 05:49:12 +0000
(
01:49
-0400)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/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/
```