From c9a53fe0c751e001dd697ba5705de93d8f6e22f6 Mon Sep 17 00:00:00 2001 From: Daniel Bretoi Date: Fri, 21 Nov 2014 17:55:46 -0800 Subject: [PATCH] include nvm which in documentaiton --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index bdf9007..8ae1af7 100644 --- a/README.markdown +++ b/README.markdown @@ -61,6 +61,10 @@ Or, you can run any arbitrary command in a subshell with the desired version of nvm exec 0.10 node --version +You can also get the path to the executable to where it was installed: + + nvm which 0.10 + In place of a version pointer like "0.10", you can use the special default aliases "stable" and "unstable": nvm install stable