From c2cbaa99800cdafd4afbdd2b60faa1235d00e81c Mon Sep 17 00:00:00 2001 From: amjadkofahi Date: Wed, 20 Sep 2023 15:03:09 +0300 Subject: [PATCH] Update HOW_TO_RUN_THE_GAMES.md --- HOW_TO_RUN_THE_GAMES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HOW_TO_RUN_THE_GAMES.md b/HOW_TO_RUN_THE_GAMES.md index 06b0256c..1d25fe41 100644 --- a/HOW_TO_RUN_THE_GAMES.md +++ b/HOW_TO_RUN_THE_GAMES.md @@ -23,7 +23,7 @@ Alternatively, for non-dotnet compatible translations, you will need [Visual Stu ## java -The Java translations can be run via the command line or from an IDE such as [Eclipse](https://www.eclipse.org/downloads/packages/release/kepler/sr1/eclipse-ide-java-developers) or [IntelliJ](https://www.jetbrains.com/idea/) +The Java translations can be run via the command line or from an IDE such as [Eclipse](https://www.eclipse.org/downloads/packages/release/kepler/sr1/eclipse-ide-java-developers) or [IntelJ][def] To run from the command line, you will need a Java SDK (eg. [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) or [Open JDK](https://openjdk.java.net/)). @@ -120,3 +120,5 @@ If you don't already have Rust on your computer, you can follow the instruction 1. From the command-line, navigate to the corresponding directory. 2. Run the following command. * `cargo run` + +[def]: https://www.jetbrains.com/idea/