From 96243297aa30376be6fa2e27e0d37a5912b93991 Mon Sep 17 00:00:00 2001 From: Michael Maurer Date: Mon, 24 Jun 2024 13:38:40 -0400 Subject: [PATCH] docs: fix errant instruction in parsec user guide Co-authored-by: Nicole Li Signed-off-by: Michael Maurer --- docs/parsec_user_guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/parsec_user_guide.md b/docs/parsec_user_guide.md index 4a7ec7e50..b2304ea50 100644 --- a/docs/parsec_user_guide.md +++ b/docs/parsec_user_guide.md @@ -27,7 +27,8 @@ If you are using MacOS or an Ubuntu-like distribution, you can run the system wi Build and run the system: ```console -$ ./scripts/configure.sh # only necessary on initial setup +# ./scripts/install-build-tools.sh # only necessary on initial setup +$ ./scripts/setup-dependencies.sh # only necessary on initial setup $ ./scripts/build.sh $ ./scripts/parsec-run-local.sh [OPTIONS] # use --help flag for help ```