Update README.md

This commit is contained in:
Kalen (Konloch) Kinloch 2021-06-22 14:54:20 -07:00 committed by GitHub
parent 329f00bcb6
commit f1db4c2ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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