From 7688c3fcf74e963b6e021527580a614efe9706d0 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Sun, 22 Nov 2020 13:55:11 +0100 Subject: [PATCH] modify docker artifact paths Signed-off-by: Michel-FK --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15af6c5..047a1a1 100755 --- a/README.md +++ b/README.md @@ -147,8 +147,8 @@ This may take a while (~1h30), so consider getting yourself a cup, a glass or a 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: ```bash $ mkdir images -$ docker cp funkey-os:/home/funkey/FunKey-OS/images/sdcard.img images/ -$ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-rootfs-X.Y.fwu images/ +$ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-sdcard-X.Y.Z.img images/ +$ docker cp funkey-os:/home/funkey/FunKey-OS/images/FunKey-rootfs-X.Y.Z.fwu images/ ``` ## How to write to the SD card