From f6aec81ca96a28f65b1f2f305de33b15aa4f63ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eystein=20M=C3=A5l=C3=B8y=20Stenberg?= Date: Wed, 28 Nov 2018 13:55:21 -0800 Subject: [PATCH] Spellfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: None Signed-off-by: Eystein Måløy Stenberg (cherry picked from commit b17b5af608a358f20206ce247676ea1c76ca0800) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08bf747..6520e7c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Create a directory `input` under the directory where you copied these files (`do mkdir input ``` -Then put your raw disk image into `input`, e.g. +Then put your raw disk image into `input/`, e.g. ```bash mv ~/Downloads/2018-11-13-raspbian-stretch.img input/2018-11-13-raspbian-stretch.img @@ -77,7 +77,7 @@ TENANT_TOKEN="" Note that the default Mender client is the latest stable and cross-compiled for generic ARM boards, which should work well in most cases. If you would like to use a different Mender client, -place it in `inputs` and adjust the `--mender-client` argument. +place it in `input/` and adjust the `--mender-client` argument. Conversion will take 10-15 minutes, depending on your storage and resources available. You can watch `output/build.log` for progress and diagnostics information.