Rebuild of everything already merged

This commit is contained in:
Michael DeHaan
2012-06-19 21:22:27 -04:00
parent 73f7416864
commit 21381fc533
15 changed files with 34 additions and 32 deletions

View File

@@ -232,7 +232,6 @@ bugs and feature ideas.</p>
<p>Ansible is trivially easy to run from a checkout, root permissions are not required
to use it:</p>
<div class="highlight-python"><pre>$ git clone git://github.com/ansible/ansible.git
$ git checkout -t origin/devel
$ cd ./ansible
$ source ./hacking/env-setup</pre>
</div>
@@ -249,7 +248,6 @@ $ export ANSIBLE_HOSTS=~/ansible_hosts</pre>
<p>If you are not working from a distribution where Ansible is packaged yet, you can install Ansible
using &#8220;make install&#8221;. This is done through <cite>python-distutils</cite>:</p>
<div class="highlight-python"><pre>$ git clone git://github.com/ansible/ansible.git
$ git checkout -t origin/devel
$ cd ./ansible
$ sudo make install</pre>
</div>
@@ -351,7 +349,7 @@ explore, but you already have a fully working infrastructure!</p>
</p>
<p>
&copy; Copyright 2012 Michael DeHaan.<br/>
Last updated on May 19, 2012.<br/>
Last updated on Jun 19, 2012.<br/>
</p>
</div>
</footer>