Update the documentation

This commit is contained in:
Olivier Lambert 2015-11-30 19:15:01 +01:00
parent 048cea19b7
commit 5faad3db92

View File

@ -4,15 +4,21 @@
## Install ## Install
Installation of the [npm package](https://npmjs.org/package/xo-server-transport-email): Go inside your `xo-server` folder and install it:
``` ```
> npm install --global xo-server-transport-email > npm install xo-server-transport-email
``` ```
## Usage ## Usage
**TODO** Edit your `xo-server` configuration and add the plugin name in the `plugins` section.
```yaml
plugins:
xo-server-transport-emails:
```
## Development ## Development