From d866b119236c9b93ca071abc0e45526cf82b58d7 Mon Sep 17 00:00:00 2001
From: Leonard Chinonso <36096513+leonardchinonso@users.noreply.github.com>
Date: Fri, 29 Jul 2022 15:06:59 +0100
Subject: [PATCH] Added a documentation section to the README.md (#4865)

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 0fbeb868c..589d2b110 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ Erigon is an implementation of Ethereum (aka "Ethereum client"), on the efficien
     + [JSON-RPC daemon](#json-rpc-daemon)
     + [Run all components by docker-compose](#run-all-components-by-docker-compose)
     + [Grafana dashboard](#grafana-dashboard)
+- [Documentation](#documentation)
 - [FAQ](#faq)
 - [Getting in touch](#getting-in-touch)
     + [Erigon Discord Server](#erigon-discord-server)
@@ -382,6 +383,16 @@ Windows support for docker-compose is not ready yet. Please help us with .ps1 po
 
 Disabled by default. To enable see `./build/bin/erigon --help` for flags `--prune`
 
+Documentation
+==============
+
+The `./docs` directory includes a lot of useful but outdated documentation. For code located
+in the `./cmd` directory, their respective documentation can be found in `./cmd/*/README.md`.
+A more recent collation of developments and happenings in Erigon can be found in the
+[Erigon Blog](https://erigon.substack.com/).
+
+
+
 FAQ
 ================