-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add alternative installation/build method in README #85
Comments
ah wow thank you. I was trying stuff with manually running msbuild, which didn't work. honestly, that should be in the Readme. |
Thank you this was very helpful! |
impopular-guy
changed the title
Add alternative installation/build method.
Add alternative installation/build method in README
Jul 21, 2023
This was referenced Jul 22, 2023
Thanks for sharing these instructions. I've added a link to this in the readme. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
cd path\to\Chess-Challenge\Chess-Challenge.csproj
dotnet run
Now you can use any code editor.
The text was updated successfully, but these errors were encountered: