From 5fcfb5ac61372945124b28eab6485a51ed8d4df4 Mon Sep 17 00:00:00 2001 From: Christophe Parent Date: Wed, 1 May 2024 14:12:56 -0700 Subject: [PATCH] Add missing step in README file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8058098..262aaba 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,12 @@ Copy the graphics file: $ cp src/chars.bin ``` +Create the target directory: + +```shell +$ mkdir target +``` + ### Building To build the binary, execute: