From 56f7a8ee2e9dff32d42a69397378d7967af714e1 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 8 Jul 2016 14:28:08 -0700 Subject: [PATCH] config-default: document new location of local plugins --- config-default.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-default.js b/config-default.js index ca49d69e..aaaa3f28 100644 --- a/config-default.js +++ b/config-default.js @@ -52,7 +52,7 @@ module.exports = { plugins: [], // in development, you can create a directory under - // `~/.hyperterm_modules` and include it as a local - // plugin to load it and avoid npm installation + // `~/.hyperterm_modules/local/` and include it here + // to load it and avoid it being `npm install`ed localPlugins: [] };