Skip to content

Commit c909509

Browse files
authored
Update README.md
1 parent 0ea3c52 commit c909509

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

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

15-
## Using The Terminal
16-
17-
3. Install [Maven](https://maven.apache.org/download.cgi)
18-
4. Open the terminal in the directory of the downloaded project
19-
5. Run the goal `mvn package`.
20-
6. The output is in the `target/` folder
21-
22-
## Using An IDE
23-
24-
3. Import the project in an IDE of your choice as a maven project
25-
- [IntelliJ](https://www.jetbrains.com/guide/java/tutorials/working-with-maven/importing-a-project/)
26-
- [Eclipse](https://www.lagomframework.com/documentation/1.6.x/java/EclipseMavenInt.html)
27-
4. Create a new maven run configuration and add the goal `mvn package`
28-
- [IntelliJ](https://www.jetbrains.com/help/idea/run-debug-configuration-maven.html)
29-
- [Eclipse](https://www.genuitec.com/docs/assembly/setting-up-maven-launch-configurations/)
30-
5. Run the created configuration
31-
6. The output is also in the `target/` folder
15+
### Using The Terminal
16+
17+
3. Install [Maven](https://maven.apache.org/download.cgi)
18+
4. Open the terminal in the directory of the downloaded project
19+
5. Run the goal `mvn package`.
20+
6. The output is in the `target/` folder
21+
22+
### Using An IDE
23+
24+
3. Import the project in an IDE of your choice as a maven project
25+
- [IntelliJ](https://www.jetbrains.com/guide/java/tutorials/working-with-maven/importing-a-project/)
26+
- [Eclipse](https://www.lagomframework.com/documentation/1.6.x/java/EclipseMavenInt.html)
27+
4. Create a new maven run configuration and add the goal `mvn package`
28+
- [IntelliJ](https://www.jetbrains.com/help/idea/run-debug-configuration-maven.html)
29+
- [Eclipse](https://www.genuitec.com/docs/assembly/setting-up-maven-launch-configurations/)
30+
5. Run the created configuration
31+
6. The output is also in the `target/` folder
3232

3333
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.
3434

0 commit comments

Comments
 (0)