Added FreeBSD XZ package to README

This commit is contained in:
Logan G 2020-12-05 17:26:48 -07:00
parent a71bfedd03
commit c0c69f6d63
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -44,6 +44,7 @@ TODO
| Ubuntu/Debian | `apt install xz-utils` |
| Arch/Manjaro | `pacman -S xz` |
| Mac OS | `brew install xz` |
| FreeBSD | `pkg install xz-utils` |
4. Run `xz -d -c IMAGE_NAME.img.xz | sudo dd of=/dev/sdX`, replacing IMAGE\_NAME and /dev/sdX with the appropriate paths, and adding flags per your preferences.