Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (19.4k points)

Recently I joined GitHub. I hosted some projects there.
I need to include some images in my README File. I don't know how to do that.
I searched about this, but all I got was some links which tell me to "host images on web and specify the image path in README.md file".
Is there any way to do this without hosting the images on any third-party web hosting services?

1 Answer

0 votes
by (27.5k points)

This is very simple, just commit your image, say, image.png in a folder, say, newFolder, and add the following line in your README.md

![Optional Text](../master/newFolder/image.png)

Browse Categories

...