Added FreeBSD XZ package to README
This commit is contained in:
parent
a71bfedd03
commit
c0c69f6d63
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ TODO
|
||||||
| Ubuntu/Debian | `apt install xz-utils` |
|
| Ubuntu/Debian | `apt install xz-utils` |
|
||||||
| Arch/Manjaro | `pacman -S xz` |
|
| Arch/Manjaro | `pacman -S xz` |
|
||||||
| Mac OS | `brew install 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue