ex*, eyuvtoppm: add Korean translation (#14237)

This commit is contained in:
HoJeong Im
2024-10-16 15:52:18 +09:00
committed by GitHub
parent ab8c612883
commit 8c6c89bd83
14 changed files with 314 additions and 0 deletions

24
pages.ko/common/exenv.md Normal file
View File

@@ -0,0 +1,24 @@
# exenv
> Elixir 버전을 쉽게 설치하고 애플리케이션 환경을 관리.
> 더 많은 정보: <https://github.com/mururu/exenv>.
- 설치된 버전 목록 표시:
`exenv versions`
- 전체 시스템에서 특정 버전의 Elixir을 사용:
`exenv global {{버전}}`
- 현재 애플리케이션/프로젝트 디렉토리에 특정 버전의 Elixir를 사용:
`exenv local {{버전}}`
- Show the currently selected Elixir version:
`exenv {{버전}}`
- Elixir 버전을 설치 (`elixir-build` <https://github.com/mururu/elixir-build> 플러그인 필요):
`exenv install {{버전}}`