run-from-source: Moved into new ./scripts/ directory

This commit is contained in:
Athanasius 2021-07-06 10:04:55 +00:00
parent 4bfa81cde8
commit 3116927b12
2 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ You have some choices for how to run the application components:
## Running scripts from source ## Running scripts from source
If you are just testing out code changes then you can choose to run If you are just testing out code changes then you can choose to run
this application directly from the source using the provided script in this application directly from the source using the provided script in
`contrib/run-from-source.sh`. This assumes the `dev` environment. `scripts/run-from-source.sh`. This assumes the `dev` environment.
## Running from installation ## Running from installation
Otherwise you will want to utilise the `setup.py` file to build and Otherwise you will want to utilise the `setup.py` file to build and