Skip to content

Commit

Permalink
Update install.xhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhglass authored Oct 21, 2024
1 parent 60a11e9 commit 872f0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opendse-tutorial/src/main/tutorial/install.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@

<p>To start OpenDSE, execute the following command in the opendse directory:</p>

<pre class="prettyprint">opendse> gradlew run</pre>
<pre class="prettyprint">opendse> ./gradlew run</pre>

<p>Gradle will download all neccessary dependencies from Maven. You can see additional build tasks with:</p>

<pre class="prettyprint">opendse> gradlew tasks</pre>
<pre class="prettyprint">opendse> ./gradlew tasks</pre>

<h2>Eclipse Integration</h2>

<p>To create Eclipse .project and .classpath files execute:</p>

<pre class="prettyprint">opendse> gradlew eclipse</pre>
<pre class="prettyprint">opendse> ./gradlew eclipse</pre>

<p>Then, you can import the subprojects in Eclipse per:</p>

Expand Down

0 comments on commit 872f0db

Please sign in to comment.