diff options
Diffstat (limited to 'packages/gitbook-plugin')
-rw-r--r-- | packages/gitbook-plugin/CONTRIBUTING.md | 11 | ||||
-rw-r--r-- | packages/gitbook-plugin/README.md | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/gitbook-plugin/CONTRIBUTING.md b/packages/gitbook-plugin/CONTRIBUTING.md new file mode 100644 index 0000000..19119b6 --- /dev/null +++ b/packages/gitbook-plugin/CONTRIBUTING.md @@ -0,0 +1,11 @@ +Compile the CLI using: + +``` +npm run dist +``` + +Then run the CLI in `lib/`: + +``` +./lib/cli.js +``` diff --git a/packages/gitbook-plugin/README.md b/packages/gitbook-plugin/README.md index 64f2ce9..b2dab88 100644 --- a/packages/gitbook-plugin/README.md +++ b/packages/gitbook-plugin/README.md @@ -1 +1 @@ -See [GitBook: Create a plugin](toolchain.gitbook.com/api/). +For instructions on how to create plugins, see [GitBook: Create a plugin](toolchain.gitbook.com/api/). |