Skip to content

Commit

Permalink
Update README.md install and footnotes sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpz4085 committed Aug 15, 2024
1 parent acaa81f commit fd600a3
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,23 @@ Features

- Additional information on the features above is available by selecting the About option.

Install/Update/Uninstall
Installation
------------------------
Build exfatboot utility for macOS.[^2]
```
make
```
Install or uninstall as desired.
```
make (build exfatboot, macOS only)
sudo make install
sudo make update
sudo make uninstall
```
Update an existing installation.
```
sudo make update
```

Requirements[^2]
Requirements[^3]
------------
**Common packages:** p7zip, mtools, hivex, [bcd-sys](https://github.com/jpz4085/BCD-SYS), powershell, and jq (JSON processor).
Install these in addition to the packages for your platform.
Expand All @@ -48,4 +55,7 @@ Optionally ms-sys and sgdisk are supported if present.
The Tuxera and Paragon NTFS products are supported.

[^1]: See the Troubleshooting section of [NOTES](https://github.com/jpz4085/BOOTDISK/blob/main/Support/NOTES.md) for help if the terminal is forced closed due to a memory issue.
[^2]: The main script will only warn of missing dependencies needed for UEFI systems. Please review the requirements above and install anything else necessary to provide missing functionality for your platform.

[^2]: This is not required when ms-sys is present.

[^3]: The main script will warn of missing dependencies required for basic functionality. Review the requirements for your platform and install anything needed to provide missing features.

0 comments on commit fd600a3

Please sign in to comment.