Skip to content

Commit

Permalink
Improve developer setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Sep 26, 2023
1 parent 15a6107 commit 3a6ab0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 3a6ab0c

Please sign in to comment.