diff --git a/copy_image.md b/copy_image.md index 1163fd17..2869499b 100644 --- a/copy_image.md +++ b/copy_image.md @@ -9,7 +9,7 @@ The process differs regarding your operating system. * Download and install **[Win32 Disk Imager](http://sourceforge.net/projects/win32diskimager/)** * Plug your SD card in -* Copy the `raspberry-latest.img` file to your SD card using Win32 Disk Imager. +* Copy the `.img` file to your SD card using Win32 Disk Imager. @@ -28,10 +28,10 @@ It should be `/dev/diskN`, where `N` is a number, or `/dev/sdX`, where `X` is a * Copy the image by typing: ```bash -sudo dd bs=1M if=/path/to/your/yunohost-latest.img of=/your/device/name +sudo dd bs=1M if=/path/to/your/.img of=/your/device/name ``` -Do not forget to change `/path/to/your/yunohost-latest.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. **:-)**