Is your feature request related to a problem? Please describe.
Instead of using the README.md file with template data, I suggest creating a README.template.md with the current content of the README.md and then a README.md explaining the project and how to use it. Currently, both things are on the same file, which makes it difficult to read by a beginner or someone who doesn't have enough context on how to use them.
Describe the solution you'd like
Move content of README.md to README.template.md
Remove the instructions section on the newly created file (the first 20/30 lines - they are surrounded by HTML comments)
Create README.md and add the explanation about the project/repository and also the instructions on how to use it
Make the necessary changes on the initial-setup.ps1 to:
Delete the README.md file
Rename the README.template.md file to README.md
Do not remove the instructions section that doesn't exist anymore
Is your feature request related to a problem? Please describe. Instead of using the README.md file with template data, I suggest creating a README.template.md with the current content of the README.md and then a README.md explaining the project and how to use it. Currently, both things are on the same file, which makes it difficult to read by a beginner or someone who doesn't have enough context on how to use them.
Describe the solution you'd like
README.md
toREADME.template.md
instructions
section on the newly created file (the first 20/30 lines - they are surrounded by HTML comments)README.md
and add the explanation about the project/repository and also the instructions on how to use itinitial-setup.ps1
to:README.md
fileREADME.template.md
file toREADME.md