Add missing step in README file
parent
acfebaaae9
commit
5fcfb5ac61
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue