Browse Source

fix readme

panda 4 năm trước cách đây
mục cha
commit
139a7ae14f
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1,7 +1,9 @@
 PREREQUISITES:
 
-apt-get install -y ansible
+install ansible:
+	apt-get install -y ansible
 
+add hosts lines to ansible:
 	echo "[thismachine]" >> /etc/ansible/hosts
 	echo "127.0.0.1" >> /etc/ansible/hosts