From e4acd639914d6f0d708e81c518251eb4bfdc510c Mon Sep 17 00:00:00 2001 From: Hugo Josefson Date: Mon, 4 Mar 2013 12:54:42 +0100 Subject: [PATCH] Clarify difference between `nvm ls` and `nvm ls-remote`. --- README.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 4c76b21..a85482f 100644 --- a/README.markdown +++ b/README.markdown @@ -46,10 +46,14 @@ Or you can just run it: nvm run 0.8 -If you want to see what versions are available: +If you want to see what versions are installed: nvm ls +If you want to see what versions are available to install: + + nvm ls-remote + To restore your PATH, you can deactivate it. nvm deactivate