Skip to content

Commit cee7d59

Browse files
Update README.md to include setup and inform of java version
1 parent 21ffb1e commit cee7d59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ You can find out more about LiquidJava in the following resources:
2828

2929
## Setup the project
3030
1. Clone the repository;
31-
2. Open Eclipse and do `Ìmport...\ Existing Maven Project` selecting the current folder and waiting for the build process to finish (bottom right update bar)
32-
3. Select the current folder, right click it and select `Run as...\Maven install...`
33-
4. If inside the `liquidjava-verifier` build path there is not a `target/generated-sources/antr4`: Select `liquidjava-verifier`, on right-click, go to `Build Path\Link Source...` and browse for `liquidjava-verifier\target\generated-sources\antlr4` and select `Finish`
31+
2. Run `setup.sh`, some dependencies include using `Java 20` or newer and using `Maven`.
32+
3. Open the project in your favorite IDE (we have used Eclipse and VSCode)
33+
4. Use the `.pom` in `liquidjava-umbrella` to `compile` and run the `tests`
3434

3535
## Run verification
3636
#### In a specific project

0 commit comments

Comments
 (0)