Skip to content

Commit

Permalink
addressing a pr comment for readability
Browse files Browse the repository at this point in the history
Signed-off-by: Atanas Atanasov <[email protected]>
  • Loading branch information
ata-nas committed Nov 5, 2024
1 parent 8f5d2a4 commit 81452bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
8 changes: 5 additions & 3 deletions server/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ Refer to the [Configuration](configuration.md) for configuration options.
- Server subproject qualifier: `:server`
- Assuming your working directory is the repo root

> **NOTE:** using the `-p` flag for `./gradlew` so not to specify the target subproject
> on each task when running multiple tasks, but using the qualifier `:server:` when
> we have only one task to run.
> **NOTE:** one may use the `-p` flag for `./gradlew` in order to avoid
> specifying the target subproject repeatedly on each task when running
> multiple tasks. When running only a single task, however, it is
> recommended to use the project qualifier (i.e. `:server:`) for
> both simplicity and clarity.
### Build the Server

Expand Down
8 changes: 5 additions & 3 deletions simulator/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ Refer to the [Configuration](configuration.md) for configuration options.
- Simulator subproject qualifier:`:simulator`
- Assuming your working directory is the repo root

> **NOTE:** using the `-p` flag for `./gradlew` so not to specify the target subproject
> on each task when running multiple tasks, but using the qualifier `:simulator:` when
> we have only one task to run.
> **NOTE:** one may use the `-p` flag for `./gradlew` in order to avoid
> specifying the target subproject repeatedly on each task when running
> multiple tasks. When running only a single task, however, it is
> recommended to use the project qualifier (i.e. `:simulator:`) for
> both simplicity and clarity.
### Build the Simulator

Expand Down
8 changes: 5 additions & 3 deletions tools/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
- Tools subproject qualifier: `:tools`
- Assuming your working directory is the repo root

> **NOTE:** using the `-p` flag for `./gradlew` so not to specify the target subproject
> on each task when running multiple tasks, but using the qualifier `:tools:` when
> we have only one task to run.
> **NOTE:** one may use the `-p` flag for `./gradlew` in order to avoid
> specifying the target subproject repeatedly on each task when running
> multiple tasks. When running only a single task, however, it is
> recommended to use the project qualifier (i.e. `:tools:`) for
> both simplicity and clarity.
### Build the Tools

Expand Down

0 comments on commit 81452bb

Please sign in to comment.