瀏覽代碼

fix readme

panda 4 年之前
父節點
當前提交
139a7ae14f
共有 1 個文件被更改,包括 3 次插入1 次删除
  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