Commit f6f4404

bryfry <bryon.fryer@gmail.com>
2020-09-24 09:55:25
make ansible commands single line items
1 parent 96c767c
Changed files (1)
README.md
@@ -44,17 +44,15 @@
 * Setup python & ansible
   TODO: after 2020-10-01, try installing python-apt in a venv again, I gave up
 
-   ```
-   sudo apt update  
-   sudo apt install -y python3-pip git  
-   python3.8 -m pip install --user --upgrade pip wheel  
-   python3.8 -m pip install --user ansible  
-   source ~/.profile  
-   mkdir git  
-   cd git  
-   git clone git@github.com:bryfry/trustme.click.git  
-   cd trustme.click  
-   ```
+  `$ sudo apt update`
+  `$ sudo apt install -y python3-pip git` 
+  `$ python3.8 -m pip install --user --upgrade pip wheel` 
+  `$ python3.8 -m pip install --user ansible` 
+  `$ source ~/.profile` 
+  `$ mkdir git` 
+  `$ cd git` 
+  `$ git clone git@github.com:bryfry/trustme.click.git` 
+  `$ cd trustme.click` 
   
 * Run ansible playbook