diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-08 15:28:15 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-08 15:28:15 +0100 |
commit | d81bf2d9f80d5ab208c2627be6aebdb700814602 (patch) | |
tree | 6095032c9f99d1bdb333e0c08991263ae8f1c751 | |
parent | 410edffcf21560e30c4ecb3ffcd01fef704de791 (diff) | |
download | openshift-d81bf2d9f80d5ab208c2627be6aebdb700814602.tar.gz openshift-d81bf2d9f80d5ab208c2627be6aebdb700814602.tar.bz2 openshift-d81bf2d9f80d5ab208c2627be6aebdb700814602.tar.xz openshift-d81bf2d9f80d5ab208c2627be6aebdb700814602.zip |
README: remove OSX setup requirements
OSX is not officially supported.
-rw-r--r-- | README.md | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -39,12 +39,6 @@ not practical to start over at 1.0. dnf install -y ansible-2.1.0.0 pyOpenSSL python-cryptography ``` - - OSX: - ``` - # Install ansible 2.1.0.0 and python 2 - brew install ansible python - ``` - - Setup for a specific cloud: - [AWS](http://github.com/openshift/openshift-ansible/blob/master/README_AWS.md) - [GCE](http://github.com/openshift/openshift-ansible/blob/master/README_GCE.md) |