~gbancroft-canonical/juju-website/homepage-realignment

« back to all changes in this revision

Viewing changes to template-get-started.php

  • Committer: Jorge O. Castro
  • Date: 2013-06-18 13:10:17 UTC
  • Revision ID: jorge@ubuntu.com-20130618131017-3jww4heftnzix9ng
Add missing code tag, sigh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                                <span class="number">1</span>
18
18
                                <div>
19
19
                                        <h2>Install Juju</h2>
20
 
                                        <p>sudo apt-get install juju-core</code></p>
 
20
                                        <p><code>sudo apt-get install juju-core</code></p>
21
21
                                        <p>Juju is provided automatically as a backport in Ubuntu Server. Backports are usually enabled by default, but if you've turned them off here's how you can <a href="http://askubuntu.com/a/285474/235">enable them</a>. If apt complains that it cannot find the packages you might need to use the PPA:</p>
22
22
 
23
23
                                                        <p><code>sudo add-apt-repository ppa:juju/devel<br/>sudo apt-get update && sudo apt-get install juju-core</code></p>