diff --git a/opendse-tutorial/src/main/tutorial/install.xhtml b/opendse-tutorial/src/main/tutorial/install.xhtml index 653700b..28aced2 100644 --- a/opendse-tutorial/src/main/tutorial/install.xhtml +++ b/opendse-tutorial/src/main/tutorial/install.xhtml @@ -19,17 +19,17 @@
To start OpenDSE, execute the following command in the opendse directory:
-opendse> gradlew run+
opendse> ./gradlew run
Gradle will download all neccessary dependencies from Maven. You can see additional build tasks with:
-opendse> gradlew tasks+
opendse> ./gradlew tasks
To create Eclipse .project and .classpath files execute:
-opendse> gradlew eclipse+
opendse> ./gradlew eclipse
Then, you can import the subprojects in Eclipse per: