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.
This commit is contained in:
parent
bfc599abe3
commit
47c0fe9741
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue