Add missing step in README file

refactor
Christophe Parent 2024-05-01 14:12:56 -07:00
parent acfebaaae9
commit 5fcfb5ac61
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ Copy the graphics file:
$ cp <path_to_the_graphics_file> src/chars.bin $ cp <path_to_the_graphics_file> src/chars.bin
``` ```
Create the target directory:
```shell
$ mkdir target
```
### Building ### Building
To build the binary, execute: To build the binary, execute: