Programming

Github: README and README.md

steloflute 2013. 2. 3. 18:55

http://stackoverflow.com/questions/8655937/github-readme-and-readme-md


.md is markdown. README.md is used to generate the html summary you see at the bottom of projects. Github has their own flavor of Markdown.

Order of Preference: If you have two files named README and README.md, the file named README.md is preferred, and it will be used to generate github's html summary.


FWIW, Stack Overflow uses local Markdown modifications as well (also see Stack Overflow's C# Markdown Processor)








'Programming' 카테고리의 다른 글

(git) Visual Studio .gitignore file  (0) 2013.02.05
Python IDLE Themes  (0) 2013.02.04
(Python) PyOpenGL Installation Notes  (0) 2013.02.02
(Python) cx_freeze: make executable  (0) 2013.01.31
Slowloris HTTP DoS  (0) 2013.01.30