Skip to content

Commit

Permalink
Update and rename Read.Me to ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
pernisch authored Apr 11, 2024
1 parent f1260d4 commit 29530d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Companion-Queries/Read.Me → Companion-Queries/ReadMe
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## Instructions to run as Spring Boot Application

Requires a maven and Java installetion.
To compine execute on command line:

.\mvnw clean package

This is required to be executed before you can run the docker with the backend or the docker compose that runs both the backend and the frontend together.


## Instructions to run the command line tool
* Compiling

To compile, you need to have maven installed (e.g. run "brew install maven" on mac os). You then execute:
Expand Down

0 comments on commit 29530d2

Please sign in to comment.