From 39eddc79d72120a161729bfa463fe7a2811a214d Mon Sep 17 00:00:00 2001 From: rickellis Date: Sun, 21 Jan 2018 21:50:28 -0700 Subject: [PATCH] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01822d3..4cec523 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You will need to change these to reflect your particular drive. To get this info [Download](https://www.archlinux.org/download/) the Arch Linux ISO and create a bootable USB drive. The simplest way to create bootable media on Linux is using the dd command: - sudo dd bs=4M if=/path_to_arch_.iso of=/dev/sdX && sync + # sudo dd bs=4M if=/path_to_arch_.iso of=/dev/sd* && sync On Mac use Etcher or UNetBootin. On Windows use Rufus.