mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
docs: update README to ensure submodules are present
This commit is contained in:
parent
64a7b54218
commit
8cc526f344
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue