# Creating Github profile Readme

Photo by [Richy Great](https://unsplash.com/@richygreat?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/github?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

Kathy from Github design Team recently announced a Github feature in a [Tweet](https://twitter.com/pifafu/status/1265773172520914944) by which you can have a readme file for your Github profile. It was one of the user-requested features and the Github decided to implement it.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1681977603373/3deb66bd-6736-4369-b8e0-b287424019b4.png)

[Twitter screenshot](https://twitter.com/pifafu/status/1265773172520914944)

As you can see in screenshots in the [Tweet](https://twitter.com/pifafu/status/1265773172520914944), they started with .github repository in the testing phase which is now changed to username repository and available for everyone. In this article, I am going to share how to enable it for your Github Profile.

I am assuming that you already have a Github account and if you don’t have one, you can simply create a new one [here](https://github.com/).

The steps are pretty simple

1.  Create a new Repository with the same name as your Github username.
2.  Create a README.md file in your repository.
3.  That’s it…

Demonstration:

<iframe src="https://www.youtube.com/embed/G8Z-Bitoi4M?feature=oembed" width="700" height="393" frameborder="0" scrolling="no"></iframe>

[YouTube: How to create Github Profile Readme](https://www.youtube.com/watch?v=G8Z-Bitoi4M)

That’s all you need and your Github profile Readme will be by default active on your Github profile page. You can play-around to add Write a brief profile message, add emojis, or even images too, and since it’s markdown you can use all the markdown formatting options. If you want to learn about Markdown formatting then you can follow [a simple Markdown guide by Github](https://guides.github.com/features/mastering-markdown/), you can also follow this [interesting article](https://medium.com/swlh/how-to-make-the-perfect-readme-md-on-github-92ed5771c061) to have some fun with Markdown files.

This is a very simple but very useful feature introduced by Github and developers are going crazy with it. You can check some Github profile readme experiments on this interesting thread on [Dev.to](https://dev.to/waylonwalker/what-s-on-your-github-profile-40p3/comments).

Thank you!!!

### Reference Links:

*   [Mastering Markdown by Github](https://guides.github.com/features/mastering-markdown/)
*   [How to make the perfect Readme.md on GitHub by Sayan Mondal](https://medium.com/swlh/how-to-make-the-perfect-readme-md-on-github-92ed5771c061)
