multiple pages: Add Korean Translation (#3584)

This commit is contained in:
dmakth
2019-11-20 03:48:15 +09:00
committed by Starbeamrainbowlabs
parent edf95e38a8
commit 3e86af3472
8 changed files with 171 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# crystal
> Crystal 소스 코드를 위한 관리도구.
> 더 많은 정보: <https://crystal-lang.org/reference/using_the_compiler>.
- Crystal 파일 실행:
`crystal {{경로/파일.cr}}`
- 단일 실행 파일로의 종속성 및 파일 컴파일:
`crystal build {{경로/파일.cr}}`
- 언어 테스트를 위한 로컬 대화형 서버 시작:
`crystal play`
- Cystal 응용 프로그램을 위한 프로젝트 디렉토리 생성:
`crystal init app {{어플리케이션명}}`
- 도움말 옵션 표시:
`crystal help`