diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2013-02-03 22:20:04 -0500 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2013-02-03 22:20:04 -0500 |
commit | 06f7858622c9e29b0eb41eeeaaf93927cb0ec346 (patch) | |
tree | d0aafcb63481fff5c90b130bd4ce2bffeee3ba55 /README.md | |
parent | e25b2fb41c569301b10e9bd70872dc20c5a41da0 (diff) | |
download | ansible-06f7858622c9e29b0eb41eeeaaf93927cb0ec346.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ multinode orchestration framework. Read the documentation and more at http://ansible.cc Many users run straight from the development branch (it's generally fine to do so), but you might also wish to consume a release. You can find -instructions on the http://ansible.cc site for a variety of platforms. If you want a tarball of the last release, go to -http://ansible.cc/releases/ and you can also install with pip. +instructions on http://ansible.cc/docs/gettingstarted.html for a variety of platforms. If you want a tarball of the last release, go to +http://ansible.cc/releases/ and you can also install with pip (though that will bring in some optional binary dependencies you normally do not need). Design Principles ================= |