mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 23:06:02 +02:00
dot: add Korean translation (#3853)
This commit is contained in:
parent
a0f11588eb
commit
7ace524e1d
1 changed files with 11 additions and 0 deletions
11
pages.ko/common/dot.md
Normal file
11
pages.ko/common/dot.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# dot
|
||||
|
||||
> 방향 그래프의 레이어 도면을 생성하는 명령 도구입니다.
|
||||
|
||||
- 입력 파일 이름과 선택한 포맷을 기반으로 이미지 파일을 랜더링하고 출력파일 이름 결정하기:
|
||||
|
||||
`dot -Tpng -O {{경로/파일명.dot}}`
|
||||
|
||||
- DOT 파일로부터 SVG 생성하기:
|
||||
|
||||
`dot -Tsvg -o {{경로/출력_파일명.svg}} {{경로/파일명.dot}}`
|
Loading…
Add table
Reference in a new issue