fixed some typos
This commit is contained in:
parent
d4104e5771
commit
ddc8097779
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@ with [Docker](https://www.docker.com/).
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
You can run the project very simply with either [Intellij IDEA](https://www.jetbrains.com/idea/),
|
You can run the project very simply with either [Intellij IDEA](https://www.jetbrains.com/idea/),
|
||||||
or directly with the terminal.
|
or directly within a terminal.
|
||||||
|
|
||||||
### Intellij IDEA
|
### Intellij IDEA
|
||||||
Simply clone and load the project into the IDE and in the
|
Simply clone and load the project into the IDE and in the
|
||||||
[run configurations](https://www.jetbrains.com/help/idea/run-debug-configuration.html),
|
[run configurations](https://www.jetbrains.com/help/idea/run-debug-configuration.html),
|
||||||
and run the `compose` configuration.
|
choose `compose`.
|
||||||
|
|
||||||
### Terminal
|
### Terminal
|
||||||
Alternatively, you can build and run the project manually by using
|
Alternatively, you can build and run the project manually by using
|
||||||
[gradle](https://gradle.org/) and launching with [docker-compose](https://docs.docker.com/compose/).
|
[gradle](https://gradle.org/) and launching the application with [docker-compose](https://docs.docker.com/compose/).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
gradlew build
|
gradlew build
|
||||||
|
|
Loading…
Reference in a new issue