summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-12-09 18:42:29 +0100
committerGitHub <noreply@github.com>2016-12-09 18:42:29 +0100
commitbea8a3201d79880ed18f062c7811d37237741619 (patch)
tree433ec966af81c66f9c20853cb7354a86d4573925 /README.md
parentUpdate galaxy.rst (#19003) (diff)
downloadansible-bea8a3201d79880ed18f062c7811d37237741619.tar.xz
ansible-bea8a3201d79880ed18f062c7811d37237741619.zip
Remove obsolete files and instructions. (#19079)
* Remove obsolete `unify_repos.sh` script. * Remove submodule update after checkout reference.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 73c320b163..973cc714ea 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ 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.
-You can find instructions [here](https://docs.ansible.com/intro_getting_started.html) for a variety of platforms. If you decide to go with the development branch, be sure to run `git submodule update --init --recursive` after doing a checkout.
+You can find instructions [here](https://docs.ansible.com/intro_getting_started.html) for a variety of platforms.
If you want to download a tarball of a release, go to [releases.ansible.com](https://releases.ansible.com/ansible), though most users use `yum` (using the EPEL instructions linked above), `apt` (using the PPA instructions linked above), or `pip install ansible`.