소스 검색

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