diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-11-13 15:45:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 15:45:11 -0800 |
commit | 97cb25e5711f5201b5fecbc8ab7c27511d3f475f (patch) | |
tree | 451261d831655482618938ece73efecf0df8cda3 /README.md | |
parent | feb0e25b3ba3deb2c97d707e6000efa9743eb9c0 (diff) | |
parent | 83d5027e22842daed294cdcaf3286064a06cde9c (diff) | |
download | openshift-97cb25e5711f5201b5fecbc8ab7c27511d3f475f.tar.gz openshift-97cb25e5711f5201b5fecbc8ab7c27511d3f475f.tar.bz2 openshift-97cb25e5711f5201b5fecbc8ab7c27511d3f475f.tar.xz openshift-97cb25e5711f5201b5fecbc8ab7c27511d3f475f.zip |
Merge pull request #6072 from tbielawa/obvious_docs
Automatic merge from submit-queue.
Update Docs. Make Clearer where the actual docs are.
This just makes it more obvious where the openshift 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 |