소스 검색

Add requirements, fix a small formatting issue.

Erinn Looney-Triggs 8 년 전
부모
커밋
c38570c403
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -22,11 +22,16 @@ not practical to start over at 1.0.
 
 ##Setup
 - Install base dependencies:
+  - Requirements:
+    - Ansible >= 2.1.0 though 2.2 is preferred for performance reasons.
+    - Jinja >= 2.7
+
   - Fedora:
   ```
     dnf install -y ansible-2.1.0.0 pyOpenSSL python-cryptography
   ```
-   - OSX:
+
+  - OSX:
   ```
     # Install ansible 2.1.0.0 and python 2
     brew install ansible python