Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Ghimire committed Apr 20, 2023
2 parents d3b4416 + 2a00958 commit 510b879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Node (version `18.12.1`) and npm (version `9.3.1`) were used during development.

```
git clone https://github.com/prashantghimire/sofifa-web-scraper
cd sofifa.web-scraper
cd sofifa-web-scraper
npm i
# to download top 60 players, useful for testing setup.
# to download top 60 players(useful for testing setup).
npm run download-test
# to download all the 18k players)
# to download all the 18k+ players (takes 2+ hours)
npm run download-full
```

Expand Down

0 comments on commit 510b879

Please sign in to comment.