Commit 3a2b619

bryfry <bryon.fryer@gmail.com>
2023-09-25 23:51:30
rm venv
1 parent 65563a5
Changed files (1)
README.md
@@ -1,5 +1,7 @@
 
-### Setup pasta
+## Quickstart
+
+### Swapon
 
 ```bash
 {
@@ -12,6 +14,8 @@
 } 
 ```
 
+### Ansible
+
 ```bash
 {
   sudo apt update
@@ -26,5 +30,7 @@
   git clone git@github.com:bryfry/trustme.click.git   
   cd trustme.click
   ansible-playbook main.yml
+  deactivate
+  rm ~/.ansible
 }
 ```