AristurtleDev / monogame-aseprite

A Cross Platform C# Library That Adds Support For Aseprite Files in MonoGame Projects.
https://monogameaseprite.net
MIT License
163 stars 14 forks source link

Add link to sample project under the "Getting started" section of the documentation. #91

Closed xThuby closed 10 months ago

xThuby commented 10 months ago

In the "Getting Started" section of the documentation, it recommends to the user that they should install nuget packages locally in the project, and then links to Microsoft's documentation about NuGet configuration. However MS's docs aren't always so clear. Adding a link to the sample project, or more specifically the nuget.config file within the sample project might make setup smoother for users who aren't as experienced with NuGet configuration (read: me), or are otherwise running into issue with configuring NuGet to install packages locally.

https://github.com/AristurtleDev/monogame-aseprite-examples/tree/main

AristurtleDev commented 10 months ago

Thanks for the suggestion @xThuby. The information has been added to the tutorial tip in the documentation site

image