From 83d5027e22842daed294cdcaf3286064a06cde9c Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Tue, 7 Nov 2017 11:34:36 -0500 Subject: Update Docs. Make Clearer where the actual docs are. --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 03dac2282..cc88b60bf 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.1