Skip to content

Commit 76baf48

Browse files
authored
Merge pull request #6078 from ClickHouse/amychen1776-patch-8
Update anon_web_analytics_metrica.md
2 parents f2721e8 + fad32aa commit 76baf48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/example-datasets/anon_web_analytics_metrica.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The tables can be downloaded as compressed `tsv.xz` files. In addition to the sa
1919
### Download the hits compressed TSV file {#download-the-hits-compressed-tsv-file}
2020

2121
```bash
22-
curl https://datasets.clickhouse.com/hits/tsv/hits_v1.tsv.xz | unxz --threads=`nproc` > hits_v1.tsv
22+
curl -L https://datasets.clickhouse.com/hits/tsv/hits_v1.tsv.xz | xz -d > hits_v1.tsv
2323
# Validate the checksum
2424
md5sum hits_v1.tsv
2525
# Checksum should be equal to: f3631b6295bf06989c1437491f7592cb

0 commit comments

Comments
 (0)