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
1 changed files with 1 additions and 0 deletions

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
```