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,12 @@
# rustup update
> Rust 툴체인 및 `rustup` 자체를 업데이트(패키지 관리자를 사용하여 설치하지 않은 경우).
> 더 많은 정보: <https://rust-lang.github.io/rustup>.
- 설치된 모든 툴체인 및 `rustup` 업데이트:
`rustup update`
- 특정 툴체인 설치 또는 업데이트 (`rustup help toolchain`에서 자세한 정보 확인):
`rustup update {{툴체인}}`