From 180048235ebbf868c08653211b6a5b0f4e00f86e Mon Sep 17 00:00:00 2001 From: Nicolas Mailloux Date: Tue, 7 Sep 2021 18:55:23 -0400 Subject: [PATCH] Make README.md Windows-friendly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0375e8..dc53e11 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Flashing InkBox OS to your Kobo's SD card is as simple as doing, on most *nix ma ``` xzcat inkbox.xz | dd of=/dev/mmcblk0 ``` +For Windows users (and command line-reluctant *nix fellows), use [balenaEtcher](https://www.balena.io/etcher/). If you install the Nickel add-on, unpack the 'base' archive in the root of the onboard storage, not in any subfolder inside it. ## How can I contribute? If you like this project and want to improve it in some way, feel free to fork this repository or [one of the subprojects this organization hosts](https://github.com/Kobo-InkBox), then make a [pull request](https://github.com/Kobo-InkBox/inkbox/pulls). I'll be happy to review it.