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