changeset 128:89b9cf5db67a

Add nightly builder as an update site Document that the nightly builder can be used as an update site to install the plugin without building it from source.
author Omair Majid <omajid@redhat.com>
date Thu, 22 May 2014 11:09:30 -0400
parents f64440e971ac
children 277471cea9af
files README.md
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Fri Mar 28 12:52:27 2014 -0400
+++ b/README.md	Thu May 22 11:09:30 2014 -0400
@@ -37,12 +37,20 @@
 Installing
 ----------
 
+### From a source build
+
 After building as described in the previous section, a p2 repository will be
 generated at
 `com.redhat.thermostat.tools.eclipse.plugin-p2-repo/target/repository`. Point
 eclipse to this directory as an update site and then install the
 `com.redhat.thermostat.tools.eclipse.plugin` plugin.
 
+### From a nightly build
+
+You can also use the nightly builder as an update site. Point eclipse to
+`http://builder.classpath.org/jenkins/job/Thermostat Tools For Eclipse/lastSuccessfulBuild/artifact/com.redhat.thermostat.tools.eclipse.plugin-p2-repo/target/repository/`
+as an update site and then install the `com.redhat.thermostat.tools.eclipse` plugin.
+
 Running
 -------