From 89cfa245edcc1f75501ae98ce93044b4925cadc1 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Fri, 5 Oct 2018 11:56:59 -0400 Subject: [PATCH] update docs. need git before running install script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b70f2d5..221db2d 100644 --- a/README.md +++ b/README.md @@ -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