Skip to content

Commit 5d8bc7f

Browse files
committed
Minor doc correction
1 parent 5d610e5 commit 5d8bc7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UsingGitHubActions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Using this repo to perform GitHub actions builds of a GBA project:
22

33
## Purpose
4-
If for some reason you are unable to run docker locally, this repository can be forked to enable you to perform project builds using GitHub actions.
4+
If for some reason you are unable to run Docker locally, this repository can be forked to enable you to perform project builds using GitHub actions.
55

66
# Setup
77
Step one is creating a GitHub account, if you don't already have one (https://github.com/join).
88

9-
Once you have a GitHub account, go to main page of this repo and click the Fork button https://github.com/aaaronic/GBA-Compiler-Docker
9+
Once you have a GitHub account, go to main page of this repo and click the "Fork: button https://github.com/aaaronic/GBA-Compiler-Docker
1010

1111
![Screenshot showing where to find the "Fork" button on GitHub.](imgs/ForkButton.png)
1212

@@ -31,7 +31,7 @@ The build from there is actually pretty simple (CLI instructions):
3131
- git push # this sends your changes back to GitHub
3232
- GitHub will then notice the changes and automatically trigger a build under “Actions”:
3333
![Screenshot showing the "Actions" button location.](imgs/Actions.png)
34-
- When the build finishes, if it succeeded, you’ll be able to download the Project.gba created:
34+
- When the build finishes, if it succeeded, you’ll be able to download the `.gba` file created:
3535
![Screenshot of a completed build.](imgs/ActionCompleted.png)
3636

3737
![Screenshot showing the "Project.gba" download button.](imgs/Project.gba.png)

0 commit comments

Comments
 (0)