From 1d89455e34135554f59254fd03a8201b6d06c5cf Mon Sep 17 00:00:00 2001 From: "Kalen (Konloch) Kinloch" Date: Mon, 21 Jun 2021 00:25:35 -0700 Subject: [PATCH] Updated the build instructions --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0b281fbf..07db2254 100644 --- a/README.md +++ b/README.md @@ -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).