-1

How can I add build badges to my GitHub README?

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
webber
  • 69
  • 5

1 Answers1

1

This is just a Markdown image and link.

Example :

[![Build status](https://ci.appveyor.com/api/projects/status/yc3leb1t5t6ue01i?svg=true)](your link)

Result:

Build status


You can learn from here : Basic writing and formatting syntax - User Documentation.

halfer
  • 19,824
  • 17
  • 99
  • 186
Wei Lin
  • 3,591
  • 2
  • 20
  • 52
  • 1
    It looks like you're posting all of your answers in "stylistic" lower-case (or perhaps you are using a mobile device to post). Please try to apply the usual case rules for English - there is always an upper case initial, and the personal pronoun "I" is always upper case too. This will reduce the amount of editing that is necessary on your posts. – halfer Jun 06 '18 at 06:06