From 423fda8db9bd4ecddb11bda446f61ffa0e1e5136 Mon Sep 17 00:00:00 2001 From: noah Date: Fri, 15 Jul 2022 17:40:17 -0500 Subject: [PATCH] Updating README to include instructions to recurse submodules when cloning --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32ab4b0..419537d 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ ## Installation +### Submodules + +This repository includes submodules. Please use `git clone --recurse-submodules` with the appropriate link. This will initialize and update all submodules in this repo. + ### Dependencies Run the `deps.sh` command to install necessary dependencies.