Skip to content

Commit

Permalink
fix file sizes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Nov 2, 2024
1 parent ccc1535 commit f43214e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion research/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ See `sample-encounters.csv` for an example of the output.
Alternatively download standard chess encounters from 2013-01 to 2024-09:

```sh
wget https://database.lichess.org/standard-encounters-until-2024-09.csv.zst # 287G
wget https://database.lichess.org/standard-encounters-until-2024-09.csv.zst # 73G
pzstd -d standard-encounters-until-2024-09.csv.zst # 287G
```

Replay
Expand Down

0 comments on commit f43214e

Please sign in to comment.