Skip to content

Commit

Permalink
Update README.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 21, 2014
1 parent 9393ab3 commit 3a57384
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.asciidoc
Expand Up @@ -16,7 +16,7 @@ What's new and noteworthy?
We are currently in the process of migrating Forge 1 to Forge 2, so expect to find some Forge 1 functionality missing in the early versions of Forge 2.

See the JavaDocs link:http://docs.jboss.org/forge/javadoc/2.7.2-SNAPSHOT/[here]
See the JavaDocs link:http://docs.jboss.org/forge/javadoc/2.8.1-SNAPSHOT/[here]

== Download Forge 2:
Forge 2 is packaged inside an Eclipse plugin and also as a standalone ZIP file. They are independent of each other.
Expand All @@ -29,12 +29,12 @@ Forge 2 is packaged inside an Eclipse plugin and also as a standalone ZIP file.
Getting started with the command line tools is easy:

* Download a distribution
.. Download link:https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=LATEST&e=zip&c=offline[JBoss Forge 2.7.2.Final - Offline (Recommended)]
.. Download link:https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=LATEST&e=zip&c=offline[JBoss Forge - Offline (Recommended)]
... This ZIP contains the Forge runtime + Core Addons
.. Download link:https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=LATEST&e=zip[JBoss Forge 2.7.2.Final - No Addons]
.. Download link:https://repository.jboss.org/nexus/service/local/artifact/maven/redirect?r=releases&g=org.jboss.forge&a=forge-distribution&v=LATEST&e=zip[JBoss Forge - No Addons]
... This ZIP contains the Forge runtime only

* Extract the ZIP to a directory and navigate to forge-distribution-2.7.2.Final/bin directory
* Extract the ZIP to a directory and navigate to forge-distribution-VERSION/bin directory
* Execute forge by running
[source,cmd]
----
Expand Down

0 comments on commit 3a57384

Please sign in to comment.