update docs. need git before running install script

pull/1/head
Andrew Coleman 2018-10-05 11:56:59 -04:00
parent bf28571690
commit 89cfa245ed
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
## Linux Bionic/Tara distributions
sudo apt-get install python3 ansible ansible-lint && curl -sL https://github.com/penguincoder/dotfiles/master/bin/install-dotfiles.sh | bash && ansible-playbook -i localdev-inventory.yaml linux-bionic-playbook.yaml
sudo apt-get install git python3 ansible ansible-lint && curl -sL https://raw.githubusercontent.com/penguincoder/dotfiles/master/bin/install-dotfiles.sh | bash && ansible-playbook -i localdev-inventory.yaml linux-bionic-playbook.yaml