From ee55963ebcf898c8c1838f638249773f41a283a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=9C=ED=98=84=EB=B9=88?= <41675181+tmvkrpxl0@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:05:55 +0900 Subject: [PATCH] Update README.md Co-authored-by: Technici4n <13494793+Technici4n@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb501b..d4a8ac6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ instructions at [github](https://docs.github.com/en/repositories/creating-and-ma Once you have your clone, simply open the repository in the IDE of your choice. The usual recommendation for an IDE is either IntelliJ IDEA or Eclipse. -> **Note**: For Eclipse, Use tasks in `Launch Group` instead of ones founds in `Java Application`. Preparation task must run before launching the game. Neogradle uses Launch groups to do these subsequently. +> **Note**: For Eclipse, use tasks in `Launch Group` instead of ones founds in `Java Application`. A preparation task must run before launching the game. NeoGradle uses launch groups to do these subsequently. If at any point you are missing libraries in your IDE, or you've run into problems you can run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything