Skip to content

Commit 5b68309

Browse files
authored
Update README.md
1 parent 66aded7 commit 5b68309

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,11 @@ This is an effort to help people to get their groceries in this difficult time o
2525

2626
## Step 0
2727

28-
*a)* Install `npm` and `nodejs` -
28+
Install `npm` and `nodejs` -
2929
To do so, go to https://nodejs.org/en/ and download any version of the binary, that will be used for installing `node` as well as `npm`. Then double click the downloaded binary and follow the instructions to install `npm` as well as `node` . To confirm the installation, open your terminal.app window and run `node -v` if that outputs a version number, then you are good to move forward.
3030

31-
*b)* Download (or clone) this repo by clicking the green "Clone or Download" button shown above. If you have downloaded, then unzip the downloaded folder (`delivery-finder-master`) and rename the folder to `delivery-finder`
32-
3331
## Step 1
34-
Assuming you are on Mac OS, so open a terminal window and create a folder, let's say, `covid19`
35-
```
36-
$ mkdir covid19
37-
$ cd covid19
38-
```
39-
Move the downloaded folder `delivery-finder` (as done in Step0-b above) in `covid19` folder
32+
Download (or clone) this repo by clicking the green "Clone or Download" button shown above. If you have downloaded, then unzip the downloaded folder (`delivery-finder-master`) and rename the folder to `delivery-finder`
4033

4134
## Step 2
4235
<hr>
@@ -109,7 +102,7 @@ https://github.com/jvkumar/delivery-finder/blob/master/assets/wholesfood2_1.png)
109102
*IMPORTANT* - Make sure you don't close the retailer's checkout page (from where you collected the cookie) ever while this finder is running. So let the page remain opened.
110103

111104
## Step 5
112-
Go to `delivery-finder` folder where the finder codebase is residing. Below is the directory structure of the code:
105+
Go to downloaded `delivery-finder` folder where the finder codebase is residing. Below is the directory structure of the code:
113106

114107
```
115108
delivery-finder
@@ -130,9 +123,9 @@ Open `auth.js` file in any editor of your choice. You will find configuration fo
130123
![example](assets/config2.png)
131124

132125
## Step 7
133-
Go to the terminal window at `/covid19/delivery-finder` folder
126+
Go to the terminal window at `delivery-finder` folder
134127
`You will have to open separate terminal windows for finding each retailer's availability window`
135-
when you are at `/covid19/delivery-finder` folder, follow the step below:
128+
when you are at `/delivery-finder` folder, follow the step below:
136129

137130
```
138131
For instacart, run:

0 commit comments

Comments
 (0)