diff --git a/README.md b/README.md index 15e50eb3d..b97a4d17e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +## + # Markdown Guide [![Build Status](https://travis-ci.org/mattcone/markdown-guide.svg?branch=master)](https://travis-ci.org/mattcone/markdown-guide) @@ -24,3 +26,6 @@ Pull requests merged to the master branch are automatically deployed to the prod ## License The content of this project itself is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](LICENSE.txt). + + + diff --git a/README_kr.md b/README_kr.md new file mode 100644 index 000000000..5385375df --- /dev/null +++ b/README_kr.md @@ -0,0 +1,29 @@ +## +# Markdown 가이드 + +[![Build Status](https://travis-ci.org/mattcone/markdown-guide.svg?branch=master)](https://travis-ci.org/mattcone/markdown-guide) + +[Markdown 가이드](https://www.markdownguide.org)는 초보자와 중급 사용자를 위해 설계된 포괄적 인 Markdown 참조 문서입니다. 그것은 불완전하거나 부적절한 기존 Markdown 참고 문헌에 대한 좌절감에서 태어났습니다. + + +## 기여 + +기부를 환영합니다. 변경 사항이있는 풀 요청을 자유롭게 열 수 있습니다. + +### 로컬로 실행하기 + +끌어 오기 요청을 열기 전에 컴퓨터에서 변경 내용을 미리 보는 것이 좋습니다. * Markdown Guide *는 [Jekyll static site generator](http://jekyllrb.com/)를 사용합니다. 저장소를 분기하거나 복제 한 후 다음 단계를 수행하여 사이트를 생성하고 미리 봅니다. + +- 컴퓨터에 루비가 설치되어 있는지 확인하십시오. https://www.ruby-lang.org/ko/downloads/ 를 참조하십시오. + +- `bundle install` +- `jekyll serve` +- http://127.0.0.1:4000/ 브라우저를 클릭 + +## 배포 + +마스터 브랜치에 병합 된 끌어 오기 요청은 프로덕션 웹 사이트에 자동으로 배포됩니다. + +## 라이센스 + +이 프로젝트 자체의 내용은 [Creative Commons Attribution-ShareAlike 4.0 International license](https://creativecommons.org/licenses/by-sa/4.0/) 및 그 소스 코드를 포맷하고 표시하는 데 사용되는 소스 코드에 따라 사용이 허가됩니다. 컨텐츠는 [MIT license](LICENSE.txt)에 의거하여 라이센스가 부여됩니다.