From eaa545a5403418df2f0e545f9664506d620418c0 Mon Sep 17 00:00:00 2001 From: 28allday Date: Sat, 23 May 2026 19:29:22 +0100 Subject: [PATCH] README: add git clone step to Quick start Quick start jumped straight to running the patcher; add the clone + cd step (GitHub primary, Forgejo mirror noted) so it reads start-to-finish. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24ef1a0..58bd80c 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,15 @@ The installer will not proceed past Windows detection until you confirm you have ## Quick start ```bash -# With the Omarchy ISO in this directory: +# 1. Clone the repo +git clone https://github.com/28allday/win-omarchy.git +# (or the Forgejo mirror: git clone https://git.no-signal.uk/nosignal/win-omarchy.git) +cd win-omarchy + +# 2. Put your Omarchy ISO in this directory and run the patcher sudo ./patch-win-omarchy.sh -# Or point it at the ISO directly: +# Or point it at the ISO directly (from anywhere): sudo ./patch-win-omarchy.sh /path/to/omarchy-3.8.0.iso ```