-
Notifications
You must be signed in to change notification settings - Fork 0
03 ‐ How To Install
Michael Dick edited this page Aug 15, 2023
·
1 revision
- Java version >= 17
- A terminal where you can run the CLI
- A compatible database (you cannot use
grep
andlist-tables
without one)
- Download the latest release from here
- Run
java -jar <current-release-filename>.jar --help
to begin - Choose from the available commands to manage your database :)
- Clone the repository
- Navigate into the folder and execute
./gradlew build
on macos/linux andgradlew.bat build
on windows - The executable will be build into the
build/libs
folder. Important: Only the file with -all at the end is executable right in the console - Execute with
java -jar <current-release-filename>.jar --help
Made with ❤️ by Michael Dick, Tom Flocken and Leonard Laisé