Skip to content

Commit

Permalink
add a link for the makefile in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Feb 23, 2023
1 parent 91ef243 commit de0f1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and all of the needed packages will be installed. For Windows, you might need to
Before building the bootloader, you will need to do a couple of things.

1. Download the video to be played. It can be anything you like, however grayscale videos work best. You can download the original Bad Apple video from [here](https://archive.org/details/TouhouBadApple).
2. Open the `Makefile` and edit variables according to your configuration. The one you will most likely need to change is `VIDEO`, which should be set to the path of the video you downloaded in the previous step.
2. Open the [`Makefile`](Makefile) and edit variables according to your configuration. The one you will most likely need to change is `VIDEO`, which should be set to the path of the video you downloaded in the previous step.
3. Simply run `make` in the root directory of the project.

This will build the bootloader in the `build/bootloader.bin` file.
Expand Down

0 comments on commit de0f1ed

Please sign in to comment.