Update README.md

This commit is contained in:
marmattheo 2025-06-12 02:46:27 +00:00
parent 69c06c9aaf
commit 29ddd1afcd

View File

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