We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dc652 commit e4b6540Copy full SHA for e4b6540
docs/zkEVM/get-started/state-sync-snapshots.md
@@ -42,7 +42,7 @@ Follow the instructions below to run a fast state sync on a node database using
42
gunzip -c statedb.sql.gz | docker compose exec -T zkevm-state-db psql -U state_user -d state_db
43
```
44
45
-5. Clean up
+5. Clean up:
46
47
```sh
48
docker compose exec zkevm-state-db rm /tmp/statedb.schema
0 commit comments