From 0f22dbcc5cd6cb994fc4283346a9923239a255ae Mon Sep 17 00:00:00 2001 From: "Pellegrino, Michael" Date: Thu, 18 Nov 2021 07:58:41 -0500 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f18c642..99555b9 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ The Goal is to evenually be able to be a turnkey solution to spin up a "real" ne * execute _**sudo apt update -y**_ * Designate one of the Pi's to be the "main" device and do the following * execute _**sudo apt install -y ansible sshpass git**_ - * execute _**git clone https://git.dsfinancial.comcast.net/mikepell/dsfin-ansible.git**_ - * execute _**cd ansible**_ + * get a copy of repo (requies github account, comcast VPN access, and configured git credentials) + * execute _**cd dsfin-ansible**_ * execute _**ansible-galaxy collection install -r requirements.yml**_ * execute _**nano hosts**_ and follow the instructions in that file to add all of your Pi devices * execute _**ssh-keygen -t rsa**_ you will need to press enter three times to accept the defaults