The easiest way to use a custom build of tye is to `dotnet run -p <path to tye projet>`.
The easiest way to use a custom build of tye is to `dotnet run -p <path to tye projet>`.
If you want to install your build as a dotnet global tool, that is possible as well. Building the repo will create packages in the artifacts folder that can be used.
If you want to install your build as a dotnet global tool, that is possible as well with the following steps:
1. Building the repo and create packages in the artifacts folder that can be used