From 0dbdef196dd1276a504b8650b64d321e5c9c0495 Mon Sep 17 00:00:00 2001 From: Michael Huebler <mh@tosl.org> Date: Thu, 22 Aug 2019 21:00:16 +0000 Subject: [PATCH] Update firmwareupdate.md --- en/firmwareupdate.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/en/firmwareupdate.md b/en/firmwareupdate.md index 8de3dfb..989aa8e 100644 --- a/en/firmwareupdate.md +++ b/en/firmwareupdate.md @@ -8,8 +8,7 @@ https://card10.badge.events.ccc.de/release/card10-v1.4-DaikonRadish.zip * download the current firmware `.zip` file to your computer * extract it * put your card10 into [USB storage mode](/en/gettingstarted#usb-storage) -* copy over the files you just extracted directly into the main folder -on mac devices it is recommended to use the terminal, e.g. for the broccoli release: `cp -r Downloads/card10-v1.2-broccoli/* /Volumes/CARD10/` +* copy over the files you just extracted directly into the main folder. Note: on macOS devices it is recommended to use the terminal, e.g. for the broccoli release: `cp -r ~/Downloads/card10-v1.2-broccoli/* /Volumes/CARD10/` * eject your device (if you're doing this in the command line: don't forget the `sync` on linux) * switch your card10 off and on again -- GitLab