From adf05406bf599cbb0414a7c40ceeacb5c3d6b58e Mon Sep 17 00:00:00 2001 From: Alex Bieg Date: Sat, 23 Nov 2019 12:56:46 -0800 Subject: [PATCH] Added NPM install instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7037944..66f3f6f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Dewey An NPM package for testing directory structures. Using a dewey config file you can specify the directory structure of your application and allow it to be tested. +# Install +``` +npm install dewey-decimal +``` + +Package Location: https://www.npmjs.com/package/dewey-decimal + # Choosing a starting directory By default dewey starts in the same directory as your `package.json`. If you would like the testing to start in a different directory you may speciy that directory by passing the command line argument `--dir` to dewey.