Skip to content

Commit 1ed8b4f

Browse files
authored
Update README.md
1 parent 44f5672 commit 1ed8b4f

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ Nevertheless, you should be able to use these bindings for Mac if you provide yo
1010
1. Download [Java 26](https://www.oracle.com/de/java/technologies/downloads/)
1111
2. Download the sources or clone the repo
1212

13-
## Using The Terminal
13+
### Using The Terminal
1414

15-
3. Install [Maven](https://maven.apache.org/download.cgi)
16-
4. Open the terminal in the directory of the downloaded project
17-
5. Run the goal `mvn package`.
18-
6. The output is in the `target/` folder
15+
3. Install [Maven](https://maven.apache.org/download.cgi)
16+
4. Open the terminal in the directory of the downloaded project
17+
5. Run the goal `mvn package`.
18+
6. The output is in the `target/` folder
1919

20-
## Using An IDE
20+
### Using An IDE
2121

22-
3. Import the project in an IDE of your choice as a maven project
23-
- [IntelliJ](https://www.jetbrains.com/guide/java/tutorials/working-with-maven/importing-a-project/)
24-
- [Eclipse](https://www.lagomframework.com/documentation/1.6.x/java/EclipseMavenInt.html)
25-
4. Create a new maven run configuration and add the goal `mvn package`
26-
- [IntelliJ](https://www.jetbrains.com/help/idea/run-debug-configuration-maven.html)
27-
- [Eclipse](https://www.genuitec.com/docs/assembly/setting-up-maven-launch-configurations/)
28-
5. Run the created configuration
29-
6. The output is also in the `target/` folder
22+
3. Import the project in an IDE of your choice as a maven project
23+
- [IntelliJ](https://www.jetbrains.com/guide/java/tutorials/working-with-maven/importing-a-project/)
24+
- [Eclipse](https://www.lagomframework.com/documentation/1.6.x/java/EclipseMavenInt.html)
25+
4. Create a new maven run configuration and add the goal `mvn package`
26+
- [IntelliJ](https://www.jetbrains.com/help/idea/run-debug-configuration-maven.html)
27+
- [Eclipse](https://www.genuitec.com/docs/assembly/setting-up-maven-launch-configurations/)
28+
5. Run the created configuration
29+
6. The output is also in the `target/` folder
3030

3131
If you are using the Eclipse IDE, you do not need to build the project explicitly. You can import this project into a workspace and just add the Maven coordinates into the `pom.xml` file of any other Maven project in the same workspace. This works as Eclipse can resolve Maven dependencies directly from the workspace, without requiring the project to be installed into the local Maven repository.
3232

@@ -116,4 +116,4 @@ public class HelloBox2D {
116116
}
117117

118118
}
119-
```
119+
```

0 commit comments

Comments
 (0)