diff --git a/README.txt b/README.txt index b9493d403c946715dd314041b0dad85866887b65..afd54ecff5e49013f189a472023a1c8980f85f8f 100644 --- a/README.txt +++ b/README.txt @@ -18,5 +18,27 @@ under the sun, XChart is for you. ******************************************************** -Dependencies: - servlet-api.jar (not required) \ No newline at end of file +Getting Started +=============== + +Non-Maven +--------- +Download Jar: http://xeiam.com/xchart.jsp + +Maven +----- + +The XChart Java artifacts are currently hosted on the Xeiam Nexus repository here: + + <repositories> + <repository> + <id>xchange-release</id> + <releases/> + <url>http://nexus.xeiam.com/content/repositories/releases</url> + </repository> + <repository> + <id>xchange-snapshot</id> + <snapshots/> + <url>http://nexus.xeiam.com/content/repositories/snapshots/</url> + </repository> + </repositories>