Thanks Martyn, ACK with a minor nit inline. After you've pushed it, let me know and I'll deploy it live.
Thomas ----- [email protected] wrote: > From: martyntaylor <[email protected]> > > --- > README | 13 +++++++++++-- > 1 files changed, 11 insertions(+), 2 deletions(-) > > diff --git a/README b/README > index 4440aee..1136a59 100644 > --- a/README > +++ b/README > @@ -74,10 +74,11 @@ Then install the client library: > > $ cd path/to/deltacloud/core/client > $ rake package > - $ sudo gem install deltacloud-client-<version>.gem > + $ sudo gem install pkg/deltacloud-client-<version>.gem > > Once you have the client installed, run the following command: > > + $ cd path/to/deltacloud/core This ^ should be: path/to/deltacloud/core/client Core itself doesn't have any Rakefile. > $ rake fixtures > > Setting up the Aggregator > @@ -114,11 +115,19 @@ Condor, this is available at: > > <http://people.redhat.com/clalance/condor-dcloud/> > > -The easiest way to install it is to use the command: > +The easiest way to install is to use one of the following commands: > + > +For x86_64 architectures: > > $ yum localinstall > http://people.redhat.com/clalance/condor-dcloud/condor-7.5.2-3dcloud.fc13.x86_64.rpm > \ > > http://people.redhat.com/clalance/condor-dcloud/libdcloudapi-0.2-1.fc13.x86_64.rpm > --nogpgcheck > > +For i386 architectures > + > + $ yum localinstall > http://people.redhat.com/clalance/condor-dcloud/condor-7.5.2-3dcloud.fc13.i386.rpm > \ > + > http://people.redhat.com/clalance/condor-dcloud/libdcloudapi-0.2-1.fc13.i386.rpm > --nogpgcheck > + > + > Note that new versions may become available and you should check the > site for the latest version. > > -- > 1.7.1.1 > > _______________________________________________ > deltacloud-devel mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/deltacloud-devel _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
