From ce8f0c85d1a90ec1459c08c8e663ac2a514b35c2 Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 3 Mar 2017 18:36:38 +0100 Subject: [PATCH] [docs] "Launch the playbook from your local machine" Sounds better. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d56273..52ad58b 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ At this stage your directory layout should look like the following: Now is time to **start the compilation of OpenWISP2 Firmware**. -Run the playbook **on your local machine** with: +Launch the playbook **from your local machine** with: ansible-playbook -i hosts playbook.yml -e "recompile=1 cores=4"