about summary refs log tree commit diff
path: root/README.org
diff options
context:
space:
mode:
authorRussell Matney <russell.matney@gmail.com>2018-03-02T21·24-0500
committerRussell Matney <russell.matney@gmail.com>2018-03-02T21·24-0500
commit47c0fe97413594623e384b48481e27b119c993c6 (patch)
tree18a883ff97ff296797ba068b75370361b07d0402 /README.org
parentbfc599abe3cfb1b76d8531f31d96c7a535bda05f (diff)
docs: add setup note
Docs the need for auth-token and team-name. The Auth token needs to be
generated per user, and can be done in clubhouse.
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org
index 79cef4dc2c..3ad524ce19 100644
--- a/README.org
+++ b/README.org
@@ -26,3 +26,12 @@ Simple, unopinionated integration between Emacs's [[https://orgmode.org/][org-mo
 (def-package! org-clubhouse)
 #+END_SRC
 
+
+* Setup
+
+Once setup, you'll need to set two global config vars.
+
+#+BEGIN_SRC emacs-lisp
+(setq org-clubhouse-auth-token "<your-token>"
+      org-clubhouse-team-name "<your-team-name>")
+#+END_SRC