소스 검색

readme: added setup instructions

Fabian Peter Hammerle 5 년 전
부모
커밋
8e81f6075d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -0,0 +1,6 @@
+# ansible config
+
+```sh
+git clone git@git.hammerle.me:fphammerle/config-ansible.git $HOME/.config/ansible
+ln --symbolic --force --backup $HOME/.config/ansible/ansible.cfg $HOME/.ansible.cfg
+```