From 5511f4d7cb5cbf52856bb653e711114dc0cb011d Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 1 Jul 2017 14:03:14 +0200 Subject: [PATCH] docs fix --- HACKING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index fbe951f3..7af3b0d3 100644 --- a/HACKING.md +++ b/HACKING.md @@ -67,7 +67,7 @@ terminus-pluginname # Plugins -The app will load all plugins from the source checkout in the dev mode, and from the user's plugins directory at all times (click `Open Plugins Directory` under `Settings` > `Plugins`). +The app will load all plugins from the source checkout in the dev mode, from the user's plugins directory at all times (click `Open Plugins Directory` under `Settings` > `Plugins`) and from the directory specified by the `TERMINUS_PLUGINS` environment var. A plugin should only provide a default export, which should be a `NgModule` class (or a `NgModuleWithDependencies` where applicable). This module will be injected as a dependency to the app's root module. diff --git a/README.md b/README.md index e47d8034..77d553b5 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,4 @@ Pull requests and plugins are welcome! Publish your plugin on NPM with a `terminus-plugin` keyword to make them appear in the Plugin Manager. -See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very plugin development tutorial! +See [HACKING.md](https://github.com/Eugeny/terminus/blob/master/HACKING.md) for a very brief plugin development tutorial!