I'm currently working on my Programming Capstone project for college where I've uploaded my completed VB.NET multi-project files to a GitHub repository. However, I'm stuck on how to provide proper instructions for other users to run the program. Any suggestions on what I should include in the instructions?
1 Answer
You'll want to create a README.md file in your repository. This file should contain clear instructions on how to run your program. Check out the GitHub repositories of established projects for some great examples.

I have a section in my README, but I'm unsure about the typical process to guide users. Should they download all the files from the repo to run the program?