From ed0c2678cc3fa37704492f144d8745ffc40520c8 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 14 Sep 2017 10:48:58 -0700 Subject: [PATCH] devel usage README update (#30369) * devel usage README update * Update README.md * Update README.md * Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c4abcafb402..1a6d8c2d315 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ Ansible is a radically simple IT automation system. It handles configuration-ma Read the documentation and more at https://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](http://releases.ansible.com/ansible/). - -You can find instructions [here](https://docs.ansible.com/ansible/intro_installation.html) for a variety of platforms. +You can find installation instructions [here](https://docs.ansible.com/ansible/intro_installation.html) for a variety of platforms. Most users should probably install a released version of Ansible from `pip`, a package manager or our [release repository](https://releases.ansible.com/ansible/). [Officially supported](https://www.ansible.com/ansible-engine) builds of Ansible are also available. Some power users run directly from the development branch - while significant efforts are made to ensure that `devel` is reasonably stable, you're more likely to encounter breaking changes when running Ansible this way. Design Principles =================