1
0
mirror of https://github.com/OvercastNetwork/ProjectAres.git synced 2025-04-11 22:56:08 +02:00

Initialise submodules in Universe

This commit is contained in:
Brottweiler 2019-09-04 17:54:18 +02:00 committed by Ashcon Partovi
parent 2f2f5e5c3b
commit 079d13ce62

View File

@ -11,6 +11,7 @@ Custom Bukkit/Bungee plugins used by the former Overcast Network
```bash
git clone git@github.com:Electroid/Universe.git
cd Universe
git submodule update --init
mvn clean install
```