cargo,rust*: add and update Korean translation (#14120)
This commit is contained in:
9
pages.ko/common/rustup-run.md
Normal file
9
pages.ko/common/rustup-run.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# rustup run
|
||||
|
||||
> Rust 툴체인에 맞게 구성된 환경에서 명령을 실행.
|
||||
> 참고: `rustup`이 관리하는 모든 명령에는 이를 위한 약식이 있습니다. 예를 들어, `cargo +nightly build`는 `rustup run nightly cargo build`와 동등합니다.
|
||||
> 더 많은 정보: <https://rust-lang.github.io/rustup>.
|
||||
|
||||
- 주어진 Rust 툴체인을 사용하여 명령 실행 (`rustup help toolchain`에서 더 많은 정보 확인 가능):
|
||||
|
||||
`rustup run {{툴체인}} {{명령}}`
|
Reference in New Issue
Block a user