diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-19 18:00:24 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-19 18:00:24 +0200 |
commit | cf51772f541ae09265f37ff0662da529ca857d4f (patch) | |
tree | 0af7b3c0f93359d66622e8bbc78c318c0dbfaa9d /README.md | |
parent | cc8516df8315875adc9403881cddaf8ba06fd411 (diff) | |
download | gitbook-cf51772f541ae09265f37ff0662da529ca857d4f.zip gitbook-cf51772f541ae09265f37ff0662da529ca857d4f.tar.gz gitbook-cf51772f541ae09265f37ff0662da529ca857d4f.tar.bz2 |
Add command line option "plugins"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Options for commands `build` and `serve` are: -o, --output <directory> Path to output directory, defaults to ./_book -f, --format <name> Change generation format, defaults to site, availables are: site, page, pdf, json --githubHost <url> The url of the github host (defaults to https://github.com/) ---theme <path> Path to theme directory +--plugins <plugins> List of plugins to use separated by ":" ``` You can publish your books to our index by visiting [GitBook.io](http://www.gitbook.io) |