nvm: add ls-remote example (#9315)

pull/1/head
dinaisrael 2022-10-25 13:36:45 +03:00 committed by GitHub
parent 71d4d67692
commit df975f05fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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