Update BuildPrerequisites.md

This commit is contained in:
Robin Davies
2022-05-18 06:35:28 -04:00
committed by GitHub
parent b593db4bb3
commit 918e8070b8
+6
View File
@@ -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