From 6d8ed0eb0086d4b79c0c6f7bb6ea6a13500b0781 Mon Sep 17 00:00:00 2001 From: Christophe Parent Date: Wed, 1 May 2024 14:07:25 -0700 Subject: [PATCH] Correct README file --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ed4c6..1010e8a 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: @@ -45,4 +51,4 @@ Refer to the original manual for Super Mario Bros. ## License -The source code of this project is not licensed, as the original work it is based on is not [see LICENSE](/ooxie/super-mario-bros-optimized/src/branch/master/LICENSE). +The source code of this project is not licensed, as the original work it is based on is not (see [LICENSE](/ooxie/super-mario-bros-optimized/src/branch/master/LICENSE)).