diff --git a/README.md b/README.md index 4e5dfe4..4d0b3bf 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,7 @@ zst --decompress Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw.zst ### Flashing the image ```bash -# flash the extracted image dd if=Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw of= bs=4M conv=sync status=progress - -# flash without extracting the '.zst' file -zstdcat Rocky-9-aarch64-minimal-YYYY.MM.DD-HHMMSS.raw.zst | dd bs=4M conv=sync status=progress of= ``` ### SSH