Browse Source

docs: add explanation of uninstall command to README (#237)

remotes/origin/add-simple-redirecting-site
Kazushi Konosu 5 years ago committed by GitHub
parent
commit
6ecc1b363a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -104,6 +104,10 @@ Lists the installed Node versions. @@ -104,6 +104,10 @@ Lists the installed Node versions.
Lists the Node versions available to download remotely.
### `fnm uninstall [VERSION]`
Uninstalls the node version specified in `[VERSION]`.
### `fnm alias [VERSION] [NAME]`
Aliases a Node version to a given name.

Loading…
Cancel
Save