Correct README file
parent
6269e5929d
commit
6d8ed0eb00
|
@ -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:
|
||||||
|
@ -45,4 +51,4 @@ Refer to the original manual for Super Mario Bros.
|
||||||
|
|
||||||
## License
|
## 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)).
|
||||||
|
|
Loading…
Reference in New Issue