Bitcoin Forum

Economy => Services => Topic started by: MindFunk on September 06, 2018, 03:39:50 PM



Title: done
Post by: MindFunk on September 06, 2018, 03:39:50 PM
done


Title: Re: I would like to launch ERC20 token. What should i upload to github? (50$ bounty)
Post by: fitraok09 on September 07, 2018, 01:21:16 AM
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-github

Quote from: how to upload github link=https://stackoverflow.com/questions/9577968/how-to-upload-files-on-github
git 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  :)