Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Stuewe <[email protected]>
Signed-off-by: Ethan Olesinski <[email protected]>
  • Loading branch information
eolesinski and HalosGhost authored Jul 12, 2024
1 parent f8e7f83 commit 04d3800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ Alternatively, if you just want to run the system, skip to the [Run the Code](#r
1. Setup project dependencies

This script builds and installs a local copy of several build-dependencies that are not widely packaged.
Because the installation is done in a user-specific location (`./prefix` by default) rather than a system-wide one, you do not need root permission to run the script. Additionally, if you want to remove the installed build-dependencies or restart the installation process, you can safely delete the `prefix` directory and rerun this script.
Because the installation is done in a user-specific location (`./prefix` by default) rather than a system-wide one, you do not need root permission to run the script.
Additionally, if you want to remove the installed build-dependencies or restart the installation process, you can safely delete the `prefix` directory and rerun this script.
```console
$ ./scripts/setup-dependencies.sh
```
Expand Down

0 comments on commit 04d3800

Please sign in to comment.