Remove obsolete files and instructions. (#19079)

* Remove obsolete `unify_repos.sh` script.
* Remove submodule update after checkout reference.
This commit is contained in:
Matt Clay
2016-12-09 12:42:29 -05:00
committed by GitHub
parent 0b7764d572
commit bea8a3201d
2 changed files with 1 additions and 58 deletions

View File

@@ -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`.