From 6ee5eb53c0109121e78c92e2ecfb5884f275937d Mon Sep 17 00:00:00 2001 From: Gasper Spagnolo Date: Wed, 28 Sep 2022 19:58:16 +0200 Subject: [PATCH] Idk why so ugly formatting --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 81c089c..ba4f1cf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Dependencies: -- System: +System: ```bash python3 @@ -10,15 +10,14 @@ python3-venv ``` -- Python: +Python: ```bash python3 -m venv .venv source ./.venv/bin/activate pip install -r requirements.txt ``` - -- Ansible: +Ansible: ```bash ansible-galaxy install -r requirements.yml