From 13f3cdcdf7527a1ed0454af5e7131b66241c63e2 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 11 Jan 2019 10:42:33 +0000 Subject: [PATCH] README: clarify how to specify default packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcdce4e..48c657a 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ nvm install v4.2 --reinstall-packages-from=iojs ### Default global packages from file while installing -If you have a list of default packages you want installed every time you install a new version we support that too. You can add anything npm would accept as a package argument on the command line. +If you have a list of default packages you want installed every time you install a new version, we support that too -- just add the package names, one per line, to the file `$NVM_DIR/default-packages`. You can add anything npm would accept as a package argument on the command line. ```sh # $NVM_DIR/default-packages