From 2514fca7cb19da8b64e83d19e4a0e6c250c94477 Mon Sep 17 00:00:00 2001 From: "Nathan (Blaise) Bruer" <nathanbruer@gmail.com> Date: Sun, 5 Jun 2022 13:13:32 -0500 Subject: [PATCH] Fix documentation of deprecated --syncmode -> --snapshots (#4376) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b76fca2c0..08acb532ea 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ make erigon ./build/bin/erigon ``` -Default `--syncmode=snap` for `mainnet`, `goerli`, `bsc`. Other networks now have default `--syncmode=full`. Increase download speed by flag `--torrent.download.rate=20mb`. <code>🔬 See [Downloader docs](./cmd/downloader/readme.md)</code> +Default `--snapshots=true` for `mainnet`, `goerli`, `bsc`. Other networks now have default `--snapshots=false`. Increase download speed by flag `--torrent.download.rate=20mb`. <code>🔬 See [Downloader docs](./cmd/downloader/readme.md)</code> Use `--datadir` to choose where to store data. -- GitLab