From e2cfac1020525e7fbb3f3a96d602eec86d9261ba Mon Sep 17 00:00:00 2001 From: Carlos E Silva Date: Fri, 10 Nov 2017 08:43:14 -0500 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3002dda..32fa64d 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,10 @@ It continously makes requests to Apple's availability api. When it finds some ne ### How to use -1. Clone this repository -1. Instal dependencies by running `npm install` -1. Run the program by running `node index.js --zip=12345` +1. Clone this repository `git clone https://github.com/carlosesilva/iphone-x-availability-node-cli.git` +1. Go into the directory `cd iphone-x-availability-node-cli` +1. Instal dependencies `npm install` +1. Run the program `node index.js --zip=12345` ### Examples @@ -32,6 +33,11 @@ Check availability for ATT iPhone X 64gb in silver every minute near the zip cod node index.js --carrier=ATT --color=silver --storage=64 --delay=60 --zip=02115 ``` +Use the --help flag for more information +``` +node index.js --help +``` + ### Options | option | accepted values | default | | ------- | --------------------------------------------- | ------------------------------------- |