Update README.md

Prefix dd with sudo
This commit is contained in:
PartialVolume
2023-07-02 21:59:07 +01:00
committed by GitHub
parent 654cfca2bf
commit 47e0056463

View File

@@ -150,7 +150,7 @@ $ tar xvf shredos.img.tar
```
If you are using linux or a MAC write the shredos.img file (also sometimes called shredos-2020MMDD.img i.e. shredos-20200418.img etc) to your USB flash drive using the following command. (/dev/sdx is the device name of your USB drive, this can be obtained from the results of sudo fdisk -l)
```
dd if=shredos.img of=/dev/sdx
sudo dd if=shredos.img of=/dev/sdx
```
#### Windows users: