Skip to content

Readme with Korean translation #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# golangshow.com [![Build Status](https://travis-ci.org/GolangShow/golangshow.com.svg?branch=master)](https://travis-ci.org/GolangShow/golangshow.com)

# golangshow.com Build Status
http://golangshow.com | iTunes | @GolangShow

Please use latest released Hugo (brew upgrade --cleanup hugo) as opposed to development version (go get). Version is added to generator HTML meta tag, it should not have -DEV suffix and should not go down.

Also, please use http://pre-commit.com (brew install pre-commit, pre-commit install) to strip trailing whitespace

## KOREAN (한국어)

http://golangshow.com | [iTunes](https://itunes.apple.com/ru/podcast/podkast-golangshow/id1031101295?mt=2) | [@GolangShow](https://twitter.com/GolangShow)

Please use latest released Hugo (`brew upgrade --cleanup hugo`) as opposed to development version (`go get`). Version is
added to `generator` HTML meta tag, it should not have `-DEV` suffix and should not go down.
최신 버전의 Hugo를 사용하세요. (`brew upgrade --cleanup hugo`) 개발 버전 대신에 (`go get`). `generator` HTML 메타 태그에 `-DEV` 접미사를 붙이지 않아야 하며, 다운되지 않아야 합니다

Also, please use http://pre-commit.com (`brew install pre-commit`, `pre-commit install`) to strip trailing whitespace.
또한, 공백을 삭제하기 위해 http://pre-commit.com (`brew install pre-commit`, `pre-commit install`) 를 사용하세요.