mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
nvm: update versions in command description (#7518)
This commit is contained in:
parent
6920317eec
commit
a0bb234f06
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# nvm
|
||||
|
||||
> Installiere, deinstalliere oder wechsle zwischen Node.js Versionen.
|
||||
> Unterstützt Versionsnummern wie "0.12" oder "v4.2", und Label wie "stable", "system", etc.
|
||||
> Unterstützt Versionsnummern wie "12.8" oder "v16.13.1", und Label wie "stable", "system", etc.
|
||||
> Weitere Informationen: <https://github.com/creationix/nvm>.
|
||||
|
||||
- Installiere eine bestimmte Node.js Version:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nvm
|
||||
|
||||
> Memasang, melepas, atau mengganti versi Node.js yang dipakai.
|
||||
> Mendukung nomor versi seperti "0.12" or "v4.2", dan label versi seperti "stable", "system", dsb.
|
||||
> Mendukung nomor versi seperti "12.8" or "v16.13.1", dan label versi seperti "stable", "system", dsb.
|
||||
> Informasi lebih lanjut: <https://github.com/creationix/nvm>.
|
||||
|
||||
- Memasang versi Node.js yang ditentukan:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# nvm
|
||||
|
||||
> Install, uninstall or switch between Node.js versions.
|
||||
> Supports version numbers like "0.12" or "v4.2", and labels like "stable", "system", etc.
|
||||
> Supports version numbers like "12.8" or "v16.13.1", and labels like "stable", "system", etc.
|
||||
> More information: <https://github.com/creationix/nvm>.
|
||||
|
||||
- Install a specific version of Node.js:
|
||||
|
|
Loading…
Add table
Reference in a new issue