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