How do I guide others to run my multi-project VB.NET program on GitHub?

0
6
Asked By CuriousCoder99 On

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

Answered By DevGuru42 On

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.

Nubbie16 -

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?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.