From f1db4c2ea898c6c39ee7b38ef2e1542d39f24d0f Mon Sep 17 00:00:00 2001 From: "Kalen (Konloch) Kinloch" Date: Tue, 22 Jun 2021 14:54:20 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 947e06a0..3c4c5617 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,6 @@ Just clone this repo and run ``mvn package``. It's that simple! Open the Maven project (e.g. in IntelliJ, open the ``pom.xml`` as a project file). -## Exporting as jar - -Using Intellij create a new artifact jar and build it, if the META-INF is overwritten replace it with the one in src/main/resources. - ## Java Heap Space Issues Start BCV with more RAM, e.g. `java -Xmx3G -jar BCV.jar`