1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 09:19:47 +01:00

cpan, crane-cp: add Korean translation (#14283)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Taeyoon Kim 2024-10-26 00:00:45 +09:00 committed by GitHub
parent 89abaf9eb1
commit 9ae192a7ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

20
pages.ko/common/cpan.md Normal file
View file

@ -0,0 +1,20 @@
# cpan
> CPAN 사이트에서 perl 모듈을 쿼리, 다운로드 및 빌드하기.
> 더 많은 정보: <https://manned.org/cpan>.
- 모듈을 설치(`-i`는 선택 사항):
`cpan {{-i}} {{모듈_이름}}`
- 모듈을 강제 설치(`-i`는 선택 사항이 아님):
`cpan -fi {{모듈_이름}}`
- 설치된 모든 모듈을 업그레이드:
`cpan -u`
- 모듈을 다시 컴파일:
`cpan -r`

View file

@ -0,0 +1,8 @@
# crane cp
> 이 명령은 `crane copy`의 별칭이다.
> 더 많은 정보: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_copy.md>.
- 원본 명령어에 대한 설명서 보기:
`tldr crane copy`