docs: update README to ensure submodules are present

This commit is contained in:
Brett Eisenberg 2016-01-09 17:01:48 -08:00
parent 64a7b54218
commit 8cc526f344

View file

@ -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