From 3a6ab0c6f87d7de5d022e847effb90b40ec4ae17 Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Tue, 26 Sep 2023 11:10:26 +0200 Subject: [PATCH] Improve developer setup instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a88a006..857a5b5 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,11 @@ The zoom from the [Wurst Client](https://www.wurstclient.net/) as a standalone m (This assumes that you are using Windows with [Eclipse](https://www.eclipse.org/downloads/) and [Java Development Kit 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot) already installed.) -1. Clone / download the repository. +1. Clone or download the repository. -2. Run these two commands in PowerShell: +2. Run this command in PowerShell: ```powershell - ./gradlew.bat --stop ./gradlew.bat genEclipseRuns eclipse ```