Updated the build instructions

This commit is contained in:
Kalen (Konloch) Kinloch 2021-06-21 00:25:35 -07:00 committed by GitHub
parent fc421bcca2
commit 1d89455e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -65,12 +65,8 @@ Join The Bytecode Club Today! - https://the.bytecode.club
## Instructions to compile
Just clone this repo, **!INITIALIZE THE SUBMODULES!** and run ``mvn package``. It's that simple!
Just clone this repo and run ``mvn package``. It's that simple!
## Working on the source
Open the Maven project (e.g. in IntelliJ, open the ``pom.xml`` as a project file) and add the following folders as source roots:
```
libs/byte-engineer/byteanalysis/src/main/java
libs/byte-engineer/byteio/src/main/java
```
Open the Maven project (e.g. in IntelliJ, open the ``pom.xml`` as a project file).