diff options
author | Nitin Madhok <nmadhok@g.clemson.edu> | 2014-09-28 14:21:04 +0200 |
---|---|---|
committer | Nitin Madhok <nmadhok@g.clemson.edu> | 2014-09-28 14:21:04 +0200 |
commit | 07287a2eaa8d12ccb9bec22a742c6d5b166930da (patch) | |
tree | e82885d6cfb64b2532743c4375102fd7e56c5a25 /README.md | |
parent | Docsite formatting (diff) | |
download | ansible-07287a2eaa8d12ccb9bec22a742c6d5b166930da.tar.xz ansible-07287a2eaa8d12ccb9bec22a742c6d5b166930da.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Ansible is a radically simple configuration-management, application deployment, Read the documentation and more at http://ansible.com/ 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 [here](http://docs.ansible.com/intro_getting_started.html) for a variety of platforms. If you want a tarball of the last release, go to [releases.ansible.com](http://releases.ansible.com/ansible) and you can also install with pip. +instructions [here](http://docs.ansible.com/intro_getting_started.html) for a variety of platforms. If you want to download a tarball of a previous/latest release, go to [releases.ansible.com](http://releases.ansible.com/ansible). You can also install Ansible using pip. Design Principles ================= |