From 04edb53fef8098389a099962e8212c9ae403dd96 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 13 Feb 2025 15:37:44 +0000 Subject: [PATCH] doc: also pull in the submodules --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 08a08f7..f206aaa 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ If you are using Nix or NixOS you can use ``nix develop`` to enable a local shel Run the following command to clone the repository: ```sh git clone + +# Update the submodules +git submodule update --init --recursive ``` Replace `` with the actual repository URL.