Skip to content

Commit

Permalink
Make build command a bit more obvious (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviscodesbugs authored Nov 24, 2023
1 parent 292a2c4 commit 3845109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -717,10 +717,10 @@ export SPRING_DATASOURCE_PASSWORD=postgres_password
Then run:

```bash
mvnw install
./mvnw install
```

to build the app, and then
from the project root to build the app, and then

```bash
bin/run-local
Expand Down

0 comments on commit 3845109

Please sign in to comment.