mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 10:35:23 +02:00
rustup-*: add Dutch translation (#16396)
This commit is contained in:
parent
d82faed893
commit
f5f3708114
3 changed files with 35 additions and 0 deletions
7
pages.nl/common/rustup-install.md
Normal file
7
pages.nl/common/rustup-install.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# rustup install
|
||||
|
||||
> Dit commando is een alias van `rustup toolchain install`.
|
||||
|
||||
- Bekijk de documentatie van het originele commando:
|
||||
|
||||
`tldr rustup toolchain`
|
21
pages.nl/common/rustup-toolchain.md
Normal file
21
pages.nl/common/rustup-toolchain.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# rustup toolchain
|
||||
|
||||
> Beheer Rust toolchains.
|
||||
> Bekijk `rustup help toolchain` voor meer informatie over toolchains.
|
||||
> Meer informatie: <https://rust-lang.github.io/rustup>.
|
||||
|
||||
- Installeer of update een bepaalde toolchain:
|
||||
|
||||
`rustup toolchain install {{toolchain}}`
|
||||
|
||||
- Deïnstalleer een toolchain:
|
||||
|
||||
`rustup toolchain uninstall {{toolchain}}`
|
||||
|
||||
- Toon geïnstalleerde toolchains:
|
||||
|
||||
`rustup toolchain list`
|
||||
|
||||
- Maak een aangepaste toolchain door te symlinken naar een map:
|
||||
|
||||
`rustup toolchain link {{custom_toolchain_name}} {{pad/naar/map}}`
|
7
pages.nl/common/rustup-uninstall.md
Normal file
7
pages.nl/common/rustup-uninstall.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# rustup uninstall
|
||||
|
||||
> Dit commando is een alias van `rustup toolchain uninstall`.
|
||||
|
||||
- Bekijk de documentatie van het originele commando:
|
||||
|
||||
`tldr rustup toolchain`
|
Loading…
Add table
Reference in a new issue