Skip to content

Commit de0f1ed

Browse files
committed
add a link for the makefile in the readme
1 parent 91ef243 commit de0f1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ and all of the needed packages will be installed. For Windows, you might need to
3030
Before building the bootloader, you will need to do a couple of things.
3131

3232
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).
33-
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.
33+
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.
3434
3. Simply run `make` in the root directory of the project.
3535

3636
This will build the bootloader in the `build/bootloader.bin` file.

0 commit comments

Comments
 (0)