#1 feat: add Apache

This commit is contained in:
dancingCycle 2022-03-03 05:57:43 +01:00
parent 84d3af1425
commit 3bbaa59d28
2 changed files with 16 additions and 0 deletions

11
doc/apache.md Normal file
View File

@ -0,0 +1,11 @@
# Setup Apache
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install directly from the official repository
```
sudo apt install maven --no-install-recommends
```

5
doc/apache.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/