Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abgnpr committed Sep 8, 2020
1 parent 47be99a commit c0badd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Note: You can automate step 2 as well using a tool like cron or a one-shot syste
- Linux/mac-OS

```bash
git clone https://github.com/mountAP/recurring-downloads
git clone https://github.com/mountAP/recurring-downloads.git
cd daily-downloads
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm install
```

- Windows

```cmd
git clone https://github.com/mountAP/recurring-downloads
git clone https://github.com/mountAP/recurring-downloads.git
cd daily-downloads
set PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
npm install
Expand Down

0 comments on commit c0badd0

Please sign in to comment.