cargo,rust*: add and update Korean translation (#14120)

This commit is contained in:
코드싸이
2024-10-11 13:42:10 +09:00
committed by GitHub
parent 95f08423dd
commit a071967d69
25 changed files with 442 additions and 12 deletions

View File

@@ -0,0 +1,21 @@
# rustup toolchain
> Rust 툴체인 관리.
> 툴체인에 대한 자세한 정보는 `rustup help toolchain`을 참조.
> 더 많은 정보: <https://rust-lang.github.io/rustup>.
- 주어진 툴체인 설치 또는 업데이트:
`rustup install {{툴체인}}`
- 툴체인 제거:
`rustup uninstall {{툴체인}}`
- 설치된 툴체인 나열:
`rustup list`
- 디렉토리에 대한 심볼릭 링크를 통해 사용자 지정 툴체인 생성:
`rustup link {{사용자_지정_툴체인_이름}} {{경로/대상/폴더}}`