Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtum committed Jun 29, 2024
1 parent db25c23 commit c57183c
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 @@ -65,9 +65,9 @@ tar -xzf boost_1_85_0.tar.gz -C ../
The following command utilizes the crawler and library list specified in the config to extract search records and store them in the [algolia_records](./algolia_records) directory.

```BASH
python -m gecko.extract_records # Utilizes all available cores
python -m gecko.extract_libraries_records
# or
python -m gecko.extract_records --concurrency=4 # Utilizes 4 cores
python -m gecko.extract_learn_records
```

### Validating the generated records
Expand Down

0 comments on commit c57183c

Please sign in to comment.