Add alternative installation/build method in README
impopular-guy opened this issue · 3 comments
impopular-guy commented
For people who have never used VS or C# or .NET (like me ;-;), it would be better to add some more alternatives and direct build instructions:
- Install .NET 6 (same link given on README)
- open terminal/cmd
cd path\to\Chess-Challenge\Chess-Challenge.csproj
dotnet run
Now you can use any code editor.
RiedleroD commented
ah wow thank you. I was trying stuff with manually running msbuild, which didn't work.
honestly, that should be in the Readme.
SatvikSrinivas commented
Thank you this was very helpful!
SebLague commented
Thanks for sharing these instructions. I've added a link to this in the readme.