mirror of
https://github.com/openeggbert/bit-backup.git
synced 2025-03-23 14:42:28 +01:00
27 lines
278 B
Plaintext
27 lines
278 B
Plaintext
|
= Bit Backup - Documentation
|
||
|
|
||
|
////
|
||
|
weight=100
|
||
|
////
|
||
|
|
||
|
////
|
||
|
+++
|
||
|
title = "Development"
|
||
|
date = "2024-05-21"
|
||
|
menu = "main"
|
||
|
+++
|
||
|
////
|
||
|
|
||
|
== How to build
|
||
|
|
||
|
Requirements:
|
||
|
|
||
|
* Java 21
|
||
|
* Maven
|
||
|
|
||
|
----
|
||
|
git clone https://code.nanoboot.org/nanoboot/bit-backup
|
||
|
cd bit-backup
|
||
|
mvn clean install
|
||
|
----
|