summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-03-03 14:26:35 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-03-03 14:26:35 -0500
commitfed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb (patch)
tree15be332f118b29219e7f87287667d764e6ffe8fd /README.md
parent5a3b4171f364ed05d8f9c630467938b6fdd60f64 (diff)
parent5090e93a9af43996407dc36f6c2a549d7e83d787 (diff)
downloadopenshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.tar.gz
openshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.tar.bz2
openshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.tar.xz
openshift-fed63a0aeb5a90cf1894a3cd6a1db7d3321ad8eb.zip
Merge pull request #65 from lhuard1A/osx
Allows it to run on OSX
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2aa0186f7..a4b708fd9 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,13 @@ Setup
```
yum install -y ansible rubygem-thor rubygem-parseconfig util-linux
```
-
+ - OSX:
+ ```
+ # Install ansible and python 2
+ brew install ansible python
+ # Required ruby gems
+ gem install thor parseconfig
+ ```
- Setup for a specific cloud:
- [AWS](README_AWS.md)
- [GCE](README_GCE.md)