Skip to content

Commit

Permalink
#23 doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 22, 2024
1 parent 279d0d6 commit c1e980f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,11 @@ before sending us your pull request please run full Maven build:
mvn clean install -Pqulice
```

You will need [Maven 3.3+](https://maven.apache.org) and Java 11+ installed.
You will need [Maven 3.3+](https://maven.apache.org), Java 11+,
and [Docker](https://docs.docker.com/engine/install/) installed.

You may also want to run this:
You may also want to run this (having
[GNU Make](https://www.gnu.org/software/make/) installed):

```bash
make quick
Expand Down

0 comments on commit c1e980f

Please sign in to comment.