From 633831d95fae60a401a1c2636f2145fe6a1fd987 Mon Sep 17 00:00:00 2001 From: marito Date: Tue, 17 Jun 2025 02:25:24 +0000 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa7889d..ed65fab 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ It's a fast, simple alternative to tools like Homestead that uses Ansible to pro * **Ubuntu 22.04 or higher** (or WSL2 with Ubuntu). * **Sudo Access:** Your user must have `sudo` privileges. * **Core Dependencies:** You need Ansible, Git, and the Ansible collection for PostgreSQL management. You can install all of them with these two commands. + **1. Install System Packages:** ```bash sudo apt update && sudo apt install ansible git -y