From a956c82107e1c9c997f9b7359f9aa2c406eeba80 Mon Sep 17 00:00:00 2001 From: cediackermann Date: Wed, 15 Apr 2026 15:01:50 +0200 Subject: [PATCH] add note in README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b8b9c97..6a03aa8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,16 @@ > Step-by-step instructions for setting up a Mac Mini from scratch. +## Quick Start + +For automated setup, run the provided script: + +```bash +./setup.sh +``` + +The script automates most steps and pauses for manual configuration when needed (Docker settings, web interface setup, etc.). For detailed manual instructions, continue reading below. + --- ## 1. Homebrew