diff --git a/README.md b/README.md
index 860402e1cb..871c6c1d80 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,11 @@ sha256sum: b93f2650bdf560cab2cf7706ecee72bfba6d947fa57f8b1b8cb887f8b428233f
[statesync]
enable = false
```
+Make sure that pruning is set to "nothing" in $HOME/.haqqd/config/app.toml.
+Otherwise change it with the following command
+```bash
+sed -i -e "s/^pruning *=.*/pruning = \"nothing\"/" $HOME/.haqqd/config/app.toml
+```
Execute unsafe-reset-all
```bash