Skip to content

Commit

Permalink
[monogame] Update getting started URI.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeeingram committed Nov 23, 2024
1 parent 335a8b7 commit 4d93379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine-monogame/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note: `spine-monogame` references source files from `spine-csharp/src`.

## Example

1. Follow the [MonoGame Getting Started Guide](https://docs.monogame.net/articles/getting_started/0_getting_started.html) on how to setup your development environment for MonoGame. Make sure to also install the optional dependencies allowing compilation of shaders.
1. Follow the [MonoGame Getting Started Guide](https://docs.monogame.net/articles/getting_started/index.html) on how to setup your development environment for MonoGame. Make sure to also install the optional dependencies allowing compilation of shaders.
1. Download the Spine Runtimes source using [git](https://help.github.com/articles/set-up-git) or by downloading it [as a zip via the download button above.
1. Open the `spine-monogame.sln` Solution in the IDE you choose based on the `Monogame Getting Started Guide`.
1. Set the `spine-monogame-example` project as the startup project, and ensure the working directory is set to `spine-runtimes/spine-monogame/spine-monogame-example` when running or debugging the project.

0 comments on commit 4d93379

Please sign in to comment.