From 79e9a3913ac620da0f33eab7d1f8517d4c24ff89 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Sun, 26 Jul 2020 23:28:49 +0200 Subject: [PATCH] Update README.md to reflect that the data generation needs to be run. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d06566d6..d148615c6 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ However the dependency might need to be wrapped in `fg.deobf()` like `runtimeOnl 1. Clone this repository via - SSH `git clone git@github.com:AppliedEnergistics/Applied-Energistics-2.git` or - HTTPS `git clone https://github.com/AppliedEnergistics/Applied-Energistics-2.git` -2. Build using the gradle `build` task. Jar will be in `build/libs` +2. Build using the `gradlew runData build` command. Jar will be in `build/libs` 3. For core developer: Setup IDE - IntelliJ: Import as gradle project - Eclipse: Import as gradle project or execute gradle task `eclipse` and potentially `genEclipseRuns`