Skip to content

Commit c1d6299

Browse files
committed
docs: improve clarity of README and forks list instructions
1 parent 0776eb6 commit c1d6299

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/refresh-forks-list.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ jobs:
9595
cat > release_notes.md << 'EOF'
9696
## How to Use This List
9797
98-
1. Sign in to your GitHub account https://github.com/login
99-
2. Browse links in the list below to find the image you need
100-
3. Scroll down to **Artifacts** section to download it
98+
1. Sign in to GitHub https://github.com/login
99+
2. Browse macOS ISO/DMG links in the list below
100+
3. Scroll down to **Artifacts** section to download
101+
> ISO for virtual machines, DMG for bootable USB drives
101102
102103
<details>
103104
<summary>❌ DO NOT EXPAND — contains mass unmarketable truths</summary>

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
Build bootable macOS installer images without needing a Mac.
3+
Build bootable macOS installer ISOs and DMGs directly from Apple's servers — no Mac required.
44

55
This project has two parts:
66
1. A script (`mkmaciso`) that uses only macOS built-in tools and commands to download and install the full macOS installer from Apple's servers into **/Applications**, and then creates bootable ISO/DMG images.
@@ -58,8 +58,6 @@ Lion, Mountain Lion, Mavericks, Yosemite, El Capitan, Sierra, High Sierra, Mojav
5858
* **macOS version** – Choose a version (*Sequoia*, *Sonoma*, etc.).
5959
* **Image format** – Choose `iso` for virtual machines or `dmg` for bootable USB drives.
6060
6. Click the green **"Run workflow"** button to start the build, then wait for the workflow to complete.
61-
> [!Tip]
62-
> If the run fails, just re-run the workflow.
6361
7. Once completed, reload the page and scroll down to the **Artifacts** section. Click the artifact link to start downloading (e.g., `macOS_Sequoia_15.7.4.iso`).
6462
8. **Recovery ISO** artifacts are zipped — unzip before use.
6563

0 commit comments

Comments
 (0)