Skip to content

Commit

Permalink
docs: fix errant instruction in parsec user guide
Browse files Browse the repository at this point in the history
Co-authored-by: Nicole Li <nicoleli20149@gmail.com>
Signed-off-by: Michael Maurer <maurer.mi@northeastern.edu>
  • Loading branch information
2 people authored and HalosGhost committed Jun 25, 2024
1 parent 150bb1e commit 9624329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/parsec_user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9624329

Please sign in to comment.