Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanopticon committed Mar 11, 2021
2 parents b7a79db + 4b7f612 commit 360db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please clone this repository using
The entire project is a Gradle project and comes with a Gradle Wrapper so things should work pretty much out of the box.

### Building and starting Cottontail DB
You can simply build an executable JAR with the `./gradlew shadowJar` gradle task.
You can simply build an executable JAR with the `./gradlew shadowJar` gradle task. This jar can then be started with `java -jar build/libs/...`
Alternatively -- preferably -- an executable distribution of Cottontail DB can then be built from sources using the
Gradle tasks `distTar` or `distZip`. Distributions will be stored relative to the project root in `build/distributions` as either TAR or ZIP file.

Expand Down

0 comments on commit 360db3e

Please sign in to comment.