fixed some typos

This commit is contained in:
Faraphel 2024-06-23 12:49:09 +02:00
parent d4104e5771
commit ddc8097779

View file

@ -5,16 +5,16 @@ with [Docker](https://www.docker.com/).
## Run
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
Simply clone and load the project into the IDE and in the
[run configurations](https://www.jetbrains.com/help/idea/run-debug-configuration.html),
and run the `compose` configuration.
choose `compose`.
### Terminal
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
gradlew build