Skip to main content

How to make Stylish GitHub Profile readme.md ?

 Hello Everyone , Today we'll how to make stylish readme.md for your Github profile(not for project)

let's begin...

Github profile readme.md is file which is like your stylish resume , it has your skills , github activities etc.

Below is sample how it would look.


It is very easy to make. 

Step 1: create repository of your name (ex: i created arth2002)

            now make it public and add readme.md to it

Step 2: go to (Readme Generator)

            Fill your skill and tools you know 

            Then generate readme.md 

Step 3: now update your readme.md (paste copied readme.md)

            now commit as "initial commit" 


Note: There can be some issue in url so just copy original url and paste it in readme.md file


Thank You 😊😊

Comments

Popular posts from this blog

Products Which I like

Induction Buy now Induction Buy now

Add BUY ME A COFFEE To Your Github/Website

 Hey Everyone , Today we'll discuss how to add buy me a coffee to your github or website. so let's begin

Makefile

 You may have seen file named Makefile or you may have type command like make, make install. so what is this file Makefile and what are this command. let's discuss about it.