From 4c646949c6ebcb0ef9b383efb5605d44718b2406 Mon Sep 17 00:00:00 2001 From: "opi@no-log.org" Date: Fri, 6 Jun 2014 14:57:39 +0200 Subject: [PATCH] Update copy_image.md --- copy_image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy_image.md b/copy_image.md index 2869499b..72d34d5c 100644 --- a/copy_image.md +++ b/copy_image.md @@ -31,7 +31,7 @@ It should be `/dev/diskN`, where `N` is a number, or `/dev/sdX`, where `X` is a sudo dd bs=1M if=/path/to/your/.img of=/your/device/name ``` -Do not forget to change `/path/to/your/.img` and `/your/device/name` with the appropriate values. + Do not forget to change `/path/to/your/.img` and `/your/device/name` with the appropriate values. The command may take a few minutes, then your SD card will be ready to use. **:-)**