From 918e8070b8993d71f150662771aefc7737e71c57 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Wed, 18 May 2022 06:35:28 -0400 Subject: [PATCH] Update BuildPrerequisites.md --- docs/BuildPrerequisites.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/BuildPrerequisites.md b/docs/BuildPrerequisites.md index fccd240..cb5b1fe 100644 --- a/docs/BuildPrerequisites.md +++ b/docs/BuildPrerequisites.md @@ -36,6 +36,12 @@ Clone the rerdavies/pipdal package from github. Use the source control tools fro cd ~/src # or whereever you keep your source repositories. git clone https://github.com/rerdavies/pipedal.git +In the project root, run the following commands to initialze and update pipedal submodules + + cd ~/src/pipedal + git submodule init + git submodule update + Run the following command to install and configure React dependencies. cd ~/src/pipedal