Reputation: 960
I'm trying to create step-by-step process of a project hosted at Github. Does anybody know a smart way of working with these images? The one below was copy-pasted from Github webpage. That's why the resolution is not so good.
Upvotes: 2
Views: 1661
Reputation: 311
You can add Images in your README.md file like this
[![AltText](ImageLink)](redirectlink)
Example
[![Github](https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png)](https://github.com/)
[<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="30"/>](https://github.com/)
Upvotes: 2