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 f5c5439 commit b3d6b2d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ 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 genSources
./gradlew.bat eclipse
./gradlew.bat genSources eclipse
```

3. In Eclipse, go to `Import...` > `Existing Projects into Workspace` and select this project.
Expand Down

0 comments on commit b3d6b2d

Please sign in to comment.