Commit 2b2b42e

bryfry <116113+bryfry@users.noreply.github.com>
2023-10-01 21:46:08
Update README.md
1 parent 3a2b619
Changed files (1)
README.md
@@ -20,17 +20,16 @@
 {
   sudo apt update
   sudo apt install -y python3-pip python3-venv git
-  python3 -m venv ~/.ansible
-  source ~/.ansible/bin/activate
+  mkdir git 
+  cd git
+  git clone git@github.com:bryfry/trustme.click.git
+  python3 -m venv .ansible
+  source .ansible/bin/activate
   python3 -m pip install --upgrade pip wheel
   python3 -m pip install ansible
   source ~/.profile
-  mkdir git 
-  cd git
-  git clone git@github.com:bryfry/trustme.click.git   
   cd trustme.click
   ansible-playbook main.yml
   deactivate
-  rm ~/.ansible
 }
 ```