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,28 @@
# brew bundle
> Homebrew, Homebrew Cask 및 Mac App Store용 번들러.
> 더 많은 정보: <https://github.com/Homebrew/homebrew-bundle>.
- 현재 경로의 Brewfile에서 패키지를 설치:
`brew bundle`
- 특정 경로의 특정 Brewfile에서 패키지를 설치:
`brew bundle --file {{경로/대상/파일}}`
- 설치된 모든 패키지에서 Brewfile을 생성:
`brew bundle dump`
- Brewfile에 나열되지 않은 모든 공식을 제거:
`brew bundle cleanup --force`
- Brewfile에 설치하거나 업그레이드할 항목이 있는지 확인:
`brew bundle check`
- Brewfile의 모든 항목을 나열:
`brew bundle list --all`