Skip to content

Commit

Permalink
Minor edits to the getting started.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ladd committed Jan 4, 2017
1 parent c28b00a commit 0d3618e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions discover/getting-started.html
Expand Up @@ -60,7 +60,7 @@
out, these include:

<ul>
<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u2-download-1377129.html" target="_blank">JDK</a> - To compile Redline Smalltalks Java source code.
<li><a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html" target="_blank">JDK</a> - To compile Redline Smalltalks Java source code.
<li><a href="http://maven.apache.org/download.html" target="_blank">Apache Maven</a> - To handle the building, dependencies, testing and packaging for the Redline Smalltalk Java source code.
<li><a href="http://git-scm.com/" target="_blank">Git</a> - To fetch the source code for Redline Smalltalk.
</ul>
Expand All @@ -72,18 +72,18 @@

{% highlight bash %}
> javac -version
javac 1.6.0_24
javac 1.8.0_25

> mvn -v
Apache Maven 3.0.3 (r1075438; 2011-03-01 04:31:09+1100)
Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T21:57:37+10:00)

> git --version
git version 1.7.5.4
git version 2.7.4
{% endhighlight %}
</p>

<p>
*Note: Java versions 1.5 or greater and Maven version 3.0 or greater is ok.
*Note: Java versions 1.8 or greater and Maven version 3.0 or greater is ok.
</p>
</section>

Expand Down

0 comments on commit 0d3618e

Please sign in to comment.