mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
nvm: add ls-remote example (#9315)
This commit is contained in:
parent
71d4d67692
commit
df975f05fd
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
|
||||
`nvm list`
|
||||
|
||||
- List all remote Node.js versions:
|
||||
|
||||
`nvm ls-remote`
|
||||
|
||||
- Uninstall a given Node.js version:
|
||||
|
||||
`nvm uninstall {{node_version}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue