Readme.md
is a file created with markdown where you can write a long description about you and your projects. as a new feature in github,
when you create a readme to your profile, it is appearing in your profile page in Github.
To start creating a readme for yourself, follow the below steps.
when you are creating a repo for yourself, remember to name it using your Username
. As a example if your username is RedEdge967
, you must create a repo called RedEdge967
.
Readme.MD
fileThen click create new file
in the repo and name it as Readme.MD
. now the readme file is created.
When you are writing in the readme, you must write it in Markdown(md). markdown is not very hard. it is similar to normal txt file. and you can use html5 inside markdown code also. so start writing about you in the readme.
if you want to add any images, videos or emojis read below instructions
Attach files by dragging & fropping, selecting ot pasting them
. Now if you want to use a image or a video, click that bar and choose your image or video.Image code looks like this
![image name](image link)
Video code looks like this
![video name](video link)
when using videos, remember to keep at least 3 rules up and below the video code
markdown emoji cheetsheet
in any seach engine and go to any realted website.Emoji code looks like this
:point_right: 👉
![](https://github-profile-trophy.vercel.app/?username=RedEdge967&theme=radical)
![](https://github-readme-stats.vercel.app/api?username=RedEdge967&&show_icons=true&theme=radical)
![](https://github-readme-stats.vercel.app/api/top-langs/?username=RedEdge967&layout=compact&theme=radical)