Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Aug 31, 2023
1 parent 30cd8e5 commit a7015d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To decompress, use curl and [zstd](https://github.com/facebook/zstd).
curl --silent --fail set_url_here | tar -xv --use-compress-program=unzstd
```

We provide a script which attempts to download the data set and auto-stage it if necessary. Set the data set to the URLs linked below in this README (right click and select Copy Link Address):
We provide the [`download-data-set.sh`](https://github.com/ldbc/data-sets-surf-repository/blob/main/download-data-set.sh) script, which attempts to download the data set and auto-stage it if necessary. Set the data set to the URLs linked below in this README (right click and select Copy Link Address).

```bash
./download-data-set.sh data_set_url
Expand Down

0 comments on commit a7015d4

Please sign in to comment.