From 6ecc1b363a63039350aff894a099fe632d7eacd2 Mon Sep 17 00:00:00 2001 From: Kazushi Konosu Date: Sun, 23 Aug 2020 17:47:01 +0900 Subject: [PATCH] docs: add explanation of uninstall command to README (#237) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1bbd611..e6fc486 100644 --- a/README.md +++ b/README.md @@ -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.