From 1ffe79b58cd79762cf73a4914e4c2c9090ce246f Mon Sep 17 00:00:00 2001 From: William Emfinger Date: Sat, 28 Feb 2026 15:00:26 -0600 Subject: [PATCH] doc: Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fab6a80a8..ca6cd5183 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ To use the components in this repository, you have a few options: 1. You can clone espp somewhere on your computer and then point your project to its `components` directory to use any of the components it contains, similar to the step above. + + Note: you should ensure that you clone recursively or run `git submodule + update --init --recursive` to ensure that you have the latest versions of all + the submodules which are required to build the components in this repository. ## Additional Information and Links