Add aria2 package to prerequisites and homebrew example

* This resolves issue #38
* This ensures that the aria2 homebrew package is installed, which
  provides the `aria2c` command used to download files.
* This only changes instructions in the readme file, there are no actual
  code changes in this commit/PR.
This commit is contained in:
Ian Gallagher 2023-03-24 17:32:39 +13:00
parent 073071a000
commit 9f41b75efc
No known key found for this signature in database
GPG Key ID: 9FB53569CA8EF589

View File

@ -63,6 +63,7 @@ VIRTUAL_EDITIONS_LIST='space delimited editions sequence'
### Requirements ### Requirements
This script uses the following commands to do its work: This script uses the following commands to do its work:
* aria2c - to download the required files
* cabextract - to extract cabs * cabextract - to extract cabs
* wimlib-imagex - to export files from metadata ESD * wimlib-imagex - to export files from metadata ESD
* chntpw - to modify registry of first index of boot.wim * chntpw - to modify registry of first index of boot.wim
@ -94,6 +95,6 @@ After Homebrew was installed, you can install the requirements using:
```bash ```bash
brew tap sidneys/homebrew brew tap sidneys/homebrew
brew install cabextract wimlib cdrtools sidneys/homebrew/chntpw brew install aria2 cabextract wimlib cdrtools sidneys/homebrew/chntpw
``` ```