mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update copy_image.md
This commit is contained in:
parent
490a60dcef
commit
4c646949c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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.
|
<span class="glyphicon glyphicon-warning-sign"></span> 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. **:-)**
|
The command may take a few minutes, then your SD card will be ready to use. **:-)**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue