From 1545e791ca287bd8667e9bff337d8e7c714e90b3 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Tue, 21 Mar 2023 11:22:33 -0400 Subject: [PATCH] Formatting errors in BuildPrerequisites.md --- docs/BuildPrerequisites.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/BuildPrerequisites.md b/docs/BuildPrerequisites.md index cb5b1fe..5e2f14c 100644 --- a/docs/BuildPrerequisites.md +++ b/docs/BuildPrerequisites.md @@ -33,14 +33,14 @@ If you are using Visual Studio Code, install the C/C++ Extension Pack (Microsoft Clone the rerdavies/pipdal package from github. Use the source control tools from Visual Studio Code, or - cd ~/src # or whereever you keep your source repositories. - git clone https://github.com/rerdavies/pipedal.git + 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 + cd ~/src/pipedal + git submodule init + git submodule update Run the following command to install and configure React dependencies.