summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 18:51:37 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 18:51:37 -0700
commit14a627b99811ac2e751265fbd27f98a44f0b12ca (patch)
tree18111b8bba0a780a887061e4b4d59401f6626ca8
parent7e47f1cea16741008c626fb39a1d6298064608cf (diff)
update readme
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 122e718..aa62444 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ cmdtree
cmdtree is a command launcher in the form of a trie. Commands are launched by a
sequence of keys that form a path in this trie.
-Configuring cmdtree is easy (not yet implemented, still WIP):
+Configuring cmdtree will be easy (not yet implemented, still WIP):
`~/.cmdtreerc` or `~/.config/cmdtree/cmdtreerc`:
@@ -17,3 +17,6 @@ Configuring cmdtree is easy (not yet implemented, still WIP):
(e emacs))
(e email
(f fetch-email)))
+
+Configuring cmdtree is currently not so easy, but you just need to tweak
+[cfg.def.h](cfg.def.h) to your liking before building.