diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2017-11-07 11:34:36 -0500 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2017-11-09 10:21:44 -0500 |
commit | 83d5027e22842daed294cdcaf3286064a06cde9c (patch) | |
tree | 035e442fc985f724bbe66c4c8c9aceed45bf0196 /README.md | |
parent | 7900f45d2d8ef566cf3f330a33364dd217a93c1d (diff) | |
download | openshift-83d5027e22842daed294cdcaf3286064a06cde9c.tar.gz openshift-83d5027e22842daed294cdcaf3286064a06cde9c.tar.bz2 openshift-83d5027e22842daed294cdcaf3286064a06cde9c.tar.xz openshift-83d5027e22842daed294cdcaf3286064a06cde9c.zip |
Update Docs. Make Clearer where the actual docs are.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -50,27 +50,27 @@ you are not running a stable release. ## Setup -1. Install base dependencies: +Install base dependencies: - *** +Requirements: - Requirements: - - Ansible >= 2.3.0.0 - - Jinja >= 2.7 - - pyOpenSSL - - python-lxml +- Ansible >= 2.3.0.0 +- Jinja >= 2.7 +- pyOpenSSL +- python-lxml - *** +---- - Fedora: - ``` - dnf install -y ansible pyOpenSSL python-cryptography python-lxml - ``` +Fedora: -2. OpenShift Installation Documentation: +``` +dnf install -y ansible pyOpenSSL python-cryptography python-lxml +``` - - [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html) - - [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html) +## OpenShift Installation Documentation: + +- [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html) +- [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html) ## Containerized OpenShift Ansible |