multiple pages(asciinema to atoum) : Add Korean Translation (#3556)

This commit is contained in:
Proscream
2019-11-27 03:49:10 +09:00
committed by Starbeamrainbowlabs
parent a63157edc1
commit 3c65624896
8 changed files with 215 additions and 0 deletions

28
pages.ko/common/asdf.md Normal file
View File

@@ -0,0 +1,28 @@
# asdf
> 여러 패키지 버전을 관리하기 위한 CLI(Command Line Interface) 입니다.
> 더 많은 정보: <https://asdf-vm.com>.
- 사용 가능한 모든 플러그인을 나열:
`asdf plugin-list-all`
- 플러그인 설치:
`asdf plugin-add {{이름}}`
- 모든 사용 가능한 패키지 버전 나열:
`asdf list-all {{이름}}`
- 특정 패키지 버전 설치:
`asdf install {{이름}} {{버전}}`
- 글로벌 버전 패키지 설치:
`asdf global {{버전}} {{버전}}`
- 로컬 버전 패키지 설치:
`asdf local {{이름}} {{버전}}`