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 ```