linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
# pacgraph
> 설치된 패키지의 그래프를 PNG/SVG/GUI/콘솔로 그립니다.
> 더 많은 정보: <https://github.com/keenerd/pacgraph>.
- SVG 및 PNG 그래프 생성:
`pacgraph`
- SVG 그래프 생성:
`pacgraph --svg`
- 콘솔에 요약 출력:
`pacgraph --console`
- 기본 파일명/위치 재정의 (참고: 파일 확장자를 지정하지 마십시오):
`pacgraph --file={{경로/대상/파일}}`
- 의존성이 아닌 패키지의 색상 변경:
`pacgraph --top={{색상}}`
- 패키지 의존성의 색상 변경:
`pacgraph --dep={{색상}}`
- 그래프 배경 색상 변경:
`pacgraph --background={{색상}}`
- 패키지 간 연결의 색상 변경:
`pacgraph --link={{색상}}`