From fd5b7b8e28e0c0a0e79aeab8bdb25e90b278b0d5 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois Date: Thu, 5 Oct 2023 20:55:23 +0200 Subject: [PATCH] Fix xzcat argument. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28af14d..a47b30c 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Alternatively, if you don't have `bmap-tools` installed, you can use `dd` with the compressed image: ```shell -xzcat raspi_3_bullseye.img | dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress +xzcat raspi_3_bullseye.img.xz | dd of=/dev/mmcblk0 bs=64k oflag=dsync status=progress ``` Or with the uncompressed image: