From 8cc526f344def37fa95b728097d51e1c2e7034f2 Mon Sep 17 00:00:00 2001 From: Brett Eisenberg Date: Sat, 9 Jan 2016 17:01:48 -0800 Subject: [PATCH] docs: update README to ensure submodules are present --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b18eb..e684265 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,14 @@ execute platform-specific tasks. ## Running -First, sync mirrors and install Ansible. +First, sync mirrors and install Ansible: $ pacman -Syy python2-passlib ansible +Second, install and update the submodules: + + $ git submodule init && git submodule update + Run the playbook as root. # ansible-playbook -i localhost playbook.yml