@@ -50,7 +50,7 @@ A Mac command-line tool that automatically downloads **macOS Firmwares** / **Ins
5050
5151## Usage
5252
53- ``` bash
53+ ``` shell
5454OVERVIEW: macOS Installer Super Tool.
5555
5656Automatically download macOS Firmwares / Installers.
@@ -74,7 +74,7 @@ SUBCOMMANDS:
7474
7575## Examples
7676
77- ``` bash
77+ ``` shell
7878# List all available macOS Firmwares for Apple Silicon Macs:
7979mist list firmware
8080
@@ -92,11 +92,11 @@ mist list installer --include-betas
9292
9393# List only macOS Sonoma Installers for Intel Macs,
9494# including Universal Installers for macOS Big Sur and later:
95- mist list installer " macOS Sonoma "
95+ mist list installer " macOS Tahoe "
9696
9797# List only the latest macOS Sonoma Installer for Intel Macs,
9898# including Universal Installers for macOS Big Sur and later:
99- mist list installer --latest " macOS Sonoma "
99+ mist list installer --latest " macOS Tahoe "
100100
101101# List + Export macOS Installers to a CSV file:
102102mist list installer --export " /path/to/export.csv"
@@ -112,30 +112,30 @@ mist list installer --export "/path/to/export.yaml"
112112
113113# Download the latest macOS Sonoma Firmware for
114114# Apple Silicon Macs, with a custom name:
115- mist download firmware " macOS Sonoma " --firmware-name " Install %NAME% %VERSION%-%BUILD%.ipsw"
115+ mist download firmware " macOS Tahoe " --firmware-name " Install %NAME% %VERSION%-%BUILD%.ipsw"
116116
117117# Download the latest macOS Sonoma Installer for Intel Macs,
118118# including Universal Installers for macOS Big Sur and later:
119- mist download installer " macOS Sonoma " application
119+ mist download installer " macOS Tahoe " application
120120
121121# Download a specific macOS Installer version for Intel Macs,
122122# including Universal Installers for macOS Big Sur and later:
123- mist download installer " 13.5.2 " application
123+ mist download installer " 26.0 " application
124124
125125# Download a specific macOS Installer version for Intel Macs,
126126# including Universal Installers for macOS Big Sur and later,
127127# with a custom name:
128- mist download installer " 13.5.2 " application --application-name " Install %NAME% %VERSION%-%BUILD%.app"
128+ mist download installer " 26.0 " application --application-name " Install %NAME% %VERSION%-%BUILD%.app"
129129
130130# Download a specific macOS Installer version for Intel Macs,
131131# including Universal Installers for macOS Big Sur and later,
132132# and generate a Disk Image with a custom name:
133- mist download installer " 13.5.2 " image --image-name " Install %NAME% %VERSION%-%BUILD%.dmg"
133+ mist download installer " 26.0 " image --image-name " Install %NAME% %VERSION%-%BUILD%.dmg"
134134
135135# Download a specific macOS Installer build for Inte Macs,
136136# including Universal Installers for macOS Big Sur and later,
137137# and generate a codesigned Disk Image output to a custom directory:
138- mist download installer " 22G91 " image \
138+ mist download installer " 25A354 " image \
139139 --image-signing-identity " Developer ID Application: Name (Team ID)" \
140140 --output-directory " /path/to/custom/directory"
141141
@@ -144,7 +144,7 @@ mist download installer "22G91" image \
144144# and generate an Installer Application bundle, a Disk Image,
145145# a Bootable Disk Image, a macOS Installer Package,
146146# all with custom names, codesigned, output to a custom directory:
147- mist download installer " macOS Sonoma " application image iso package \
147+ mist download installer " macOS Tahoe " application image iso package \
148148 --application-name " Install %NAME% %VERSION%-%BUILD%.app" \
149149 --image-name " Install %NAME% %VERSION%-%BUILD%.dmg" \
150150 --image-signing-identity " Developer ID Application: Name (Team ID)" \
@@ -177,7 +177,7 @@ mist download installer "macOS Sonoma" application image iso package \
177177
178178## License
179179
180- > Copyright © 2021-2024 Nindi Gill
180+ > Copyright © 2021-2025 Nindi Gill
181181>
182182> Permission is hereby granted, free of charge, to any person obtaining a copy
183183> of this software and associated documentation files (the "Software"), to deal
0 commit comments