From 176fdb01af8d2b4cd39c4e12e744d66a4c20cd3e Mon Sep 17 00:00:00 2001
From: Alf Eaton <eaton.alf@gmail.com>
Date: Fri, 1 Sep 2017 10:13:12 +0100
Subject: [PATCH] Add configuration and community instructions to the README

---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index 612b52566..5346ce1b3 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,15 @@ Note: this monorepo uses Lerna, which works best with npm v4 when linking unpubl
 ## Running the app
 
 `cd packages/xpub-collabra && npm run start`
+
+To enable manuscript conversion via INK, add the following values to `packages/xpub-collabra/.env.dev` (ask in [the xpub channel](https://mattermost.coko.foundation/coko/channels/xpub) if you need an account):
+
+```
+INK_USERNAME=*****
+INK_PASSWORD=*****
+INK_ENDPOINT=http://ink-api.coko.foundation
+```
+
+## Community
+
+Join [the Mattermost channel](https://mattermost.coko.foundation/coko/channels/xpub) for discussion of xpub.
-- 
GitLab