diff --git a/pages.ko/common/rustup-toolchain.md b/pages.ko/common/rustup-toolchain.md index da1b507a5a..f73499dd19 100644 --- a/pages.ko/common/rustup-toolchain.md +++ b/pages.ko/common/rustup-toolchain.md @@ -6,16 +6,16 @@ - 주어진 툴체인 설치 또는 업데이트: -`rustup install {{툴체인}}` +`rustup toolchain install {{툴체인}}` - 툴체인 제거: -`rustup uninstall {{툴체인}}` +`rustup toolchain uninstall {{툴체인}}` - 설치된 툴체인 나열: -`rustup list` +`rustup toolchain list` - 디렉토리에 대한 심볼릭 링크를 통해 사용자 지정 툴체인 생성: -`rustup link {{사용자_지정_툴체인_이름}} {{경로/대상/폴더}}` +`rustup toolchain link {{사용자_지정_툴체인_이름}} {{경로/대상/폴더}}` diff --git a/pages/common/rustup-toolchain.md b/pages/common/rustup-toolchain.md index cd9fdcc7dc..2f99c203f2 100644 --- a/pages/common/rustup-toolchain.md +++ b/pages/common/rustup-toolchain.md @@ -6,16 +6,16 @@ - Install or update a given toolchain: -`rustup install {{toolchain}}` +`rustup toolchain install {{toolchain}}` - Uninstall a toolchain: -`rustup uninstall {{toolchain}}` +`rustup toolchain uninstall {{toolchain}}` - List installed toolchains: -`rustup list` +`rustup toolchain list` - Create a custom toolchain by symlinking to a directory: -`rustup link {{custom_toolchain_name}} {{path/to/directory}}` +`rustup toolchain link {{custom_toolchain_name}} {{path/to/directory}}`