Skip to content

Commit

Permalink
Update cache files download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dougy83 committed Aug 8, 2024
1 parent 5488229 commit c767fc5
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 @@ -70,10 +70,10 @@ $ source venv/bin/activate
$ pip install -e .
```

Then to download the cached parts list and process it, run:
To download and process the cached parts list, run these commands. Don't worry about 404 errors for some cache file parts; the number of files can vary.

```
$ wget https://yaqwsx.github.io/jlcparts/data/cache.zip https://yaqwsx.github.io/jlcparts/data/cache.z0{1..8}
$ wget https://yaqwsx.github.io/jlcparts/data/cache.zip https://yaqwsx.github.io/jlcparts/data/cache.z{01..30}
$ 7z x cache.zip
$ mkdir -p web/public/data/
$ jlcparts buildtables --jobs 0 --ignoreoldstock 30 cache.sqlite3 web/public/data
Expand Down

0 comments on commit c767fc5

Please sign in to comment.