From 29ddd1afcdf487868b10e0037f2ea31b226f1029 Mon Sep 17 00:00:00 2001 From: marmattheo Date: Thu, 12 Jun 2025 02:46:27 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cfe652..e127c68 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This playbook automates the installation and setup of the **stable** version of ## Prerequisites -1. **Ansible and git:** must be installed on the machine where you are running the playbook. +1. **Ansible & Git:** Must be installed on the machine where you are running the playbook. ```bash sudo apt update sudo apt install ansible git -y @@ -12,7 +12,7 @@ This playbook automates the installation and setup of the **stable** version of 2. **Sudo Access:** Your user must have `sudo` privileges to run the playbook. ## How to Run -1. **Clone the repository:** Clone the repository and go to the project directory +1. **Setup:** Clone the repository and go to the project directory ```bash git clone https://git.marmattheo.com/marmattheo/incus-stable-playbook.git && cd incus-stable-playbook ```