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:
parent
3dc211a7a1
commit
eaa545a540
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue