diff options
author | Matt Clay <matt@mystile.com> | 2016-12-09 18:42:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-09 18:42:29 +0100 |
commit | bea8a3201d79880ed18f062c7811d37237741619 (patch) | |
tree | 433ec966af81c66f9c20853cb7354a86d4573925 /README.md | |
parent | Update galaxy.rst (#19003) (diff) | |
download | ansible-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |