brew-*: add Korean translation (#13755)

This commit is contained in:
HoJeong Im
2024-09-22 01:41:43 +09:00
committed by GitHub
parent 8ca498f841
commit fd2ff8b27f
9 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# brew upgrade
> 오래된 formulae 및 casks를 업그레이드.
> 더 많은 정보: <https://docs.brew.sh/Manpage#upgrade-options-outdated_formulaoutdated_cask->.
- 모든 오래된 casks 및 formulae 업그레이드:
`brew upgrade`
- 특정 formula/cask를 업그레이드:
`brew upgrade {{formula|cask}}`
- 업그레이드할 항목을 인쇄하되, 실제로는 아무것도 업그레이드 하지 않음 :
`brew upgrade --dry-run`