Skip to content

Commit 7688c3f

Browse files
committed
modify docker artifact paths
Signed-off-by: Michel-FK <[email protected]>
1 parent d860a03 commit 7688c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ This may take a while (~1h30), so consider getting yourself a cup, a glass or a
147147
After building, you can copy the SD Card image `sdcard.img` and the firmware update file `FunKey-rootfs-X.Y.fwu` from the container into the host current directory:
148148
```bash
149149
$ mkdir images
150-
$ docker cp funkey-os:/home/funkey/FunKey-OS/images/sdcard.img images/
151-
$ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-rootfs-X.Y.fwu images/
150+
$ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-sdcard-X.Y.Z.img images/
151+
$ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-rootfs-X.Y.Z.fwu images/
152152
```
153153

154154
## How to write to the SD card

0 commit comments

Comments
 (0)