Code review comment for lp://qastaging/~bac/juju-quickstart/1295326

Revision history for this message
Brad Crittenden (bac) wrote :

Reviewers: mp+212159_code.launchpad.net,

Message:
Please take a look.

Description:
Update README with support notes.

Included discussion of supported Ubuntu releases and installation
instructions.

https://code.launchpad.net/~bac/juju-quickstart/1295326/+merge/212159

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/78830044/

Affected files (+25, -0 lines):
   M README.rst
   A [revision details]

Index: README.rst
=== modified file 'README.rst'
--- README.rst 2014-03-14 16:50:22 +0000
+++ README.rst 2014-03-21 13:44:22 +0000
@@ -28,3 +28,26 @@

  Once Juju has been installed, the command can also be run as a juju plugin,
  without the hyphen (``juju quickstart``).
+
+
+Supported Versions
+------------------
+
+Juju Quickstart is available on Ubuntu releases 12.04 LTS (precise), 13.10
+(saucy), and 14.04 LTS (trusty).
+
+For installation on precise and saucy, you'll need to enable the Juju PPA
by
+first executing::
+
+ sudo add-apt-repository ppa:juju/stable
+ sudo apt-get update
+ sudo apt-get install juju-quickstart
+
+For trusty the PPA is not required and you simply need to install it
+with::
+
+ sudo apt-get install juju-quickstart
+
+Alternatively you may install Juju Quickstart via pip with::
+
+ pip install juju-quickstart

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision:
<email address hidden>
+New revision: <email address hidden>

« Back to merge proposal