From eeb58b747fd8c33da438348bc19234f1bfb7796a Mon Sep 17 00:00:00 2001 From: Austin English Date: Sat, 23 May 2020 05:18:57 -0500 Subject: [PATCH] README.md: add 'status=progress' to dd command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7663e4..73f26f6 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ This has only been tested on a Debian Buster VM, and borrows some components fro Write the 2GB image to a flash drive. Make sure to replace $USB_DEVICE with the desired target flash drive or SD card device. If you're not familiar with dd, check out Debian's how to page https://www.debian.org/CD/faq/#write-usb ``` -sudo dd if=PrawnOS-*.img of=/dev/$USB_DEVICE bs=50M; sync +sudo dd if=PrawnOS-*.img of=/dev/$USB_DEVICE bs=50M status=progress; sync ``` ## Installing