From 335a25332388edef7f7ff5f63a27c0c467a610c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Sat, 29 Oct 2011 10:04:37 +0200 Subject: [PATCH] [docs] Document `run` command --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 09c4d1d..fe5be56 100644 --- a/README.markdown +++ b/README.markdown @@ -27,6 +27,10 @@ And then in any new shell just use the installed version: nvm use v0.4.1 +Or you can just run it: + + nvm run v0.4.1 + If you want to see what versions are available: nvm ls