README.md formatting for github you can look at
https://help.github.com/articles/basic-writing-and-formatting-syntax/how to upload files to the github you can look at
https://stackoverflow.com/questions/9577968/how-to-upload-files-on-githubgit config --global user.name "<your username registered at github>"
git config --global user.email "<your email registered at github>"
git init
git add *
git commit -m "your commit"
git remote add origin
https://github.com/<your username at github>/<your repository name>.git
git push -u origin master
of course, I could help you formatting your READ.md if you confuse, please write your READ.md first to a microsoft word or notepad, and send to my PM
thank you