Remove references to mac on the windows getting started instructions

This commit is contained in:
Gwilym Inzani 2024-05-14 20:39:02 +01:00 committed by GitHub
parent 3e962f2e35
commit 5d44c4a658
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ You'd need to follow this official github git [guide](https://github.com/git-gui
# 3. mGBA # 3. mGBA
We recommend using the mGBA emulator which you can download for Mac [here](https://mgba.io/downloads.html). We recommend using the mGBA emulator which you can download from [here](https://mgba.io/downloads.html).
After installing, you can add the binary to your Path-environment variable and create an alias for the agb run command to use. After installing, you can add the binary to your Path-environment variable and create an alias for the agb run command to use.
@ -34,4 +34,4 @@ In order to be able to play games made with agb on real hardware or on some emul
Agb's implementation can be installed very easily using `cargo install agb-gbafix`. Agb's implementation can be installed very easily using `cargo install agb-gbafix`.
That is all you need to get started! That is all you need to get started!
You can now move on to 'building the game'. You can now move on to 'building the game'.