nvm: add ls-remote example (#9315)

This commit is contained in:
dinaisrael
2022-10-25 13:36:45 +03:00
committed by GitHub
parent 71d4d67692
commit df975f05fd

View File

@@ -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}}`