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) <noreply@anthropic.com>
This commit is contained in:
28allday 2026-05-23 19:29:22 +01:00
parent 3dc211a7a1
commit eaa545a540

View file

@ -48,10 +48,15 @@ The installer will not proceed past Windows detection until you confirm you have
## Quick start ## Quick start
```bash ```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 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 sudo ./patch-win-omarchy.sh /path/to/omarchy-3.8.0.iso
``` ```