about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-11-30T23·25-0500
committerGriffin Smith <root@gws.fyi>2019-11-30T23·25-0500
commit4431d453f61e88383aba40c8db3c4afb3c828b2e (patch)
tree944e47382bad21ee6e29599b780c5a6859cac76f
parent0b22bb099c9f2254d16784e5897b18e9e410c2fa (diff)
Use correct bin path in README
nix build for a haskell package makes a directory, not just a bare
binary.
-rw-r--r--README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 5d3b2af048..18542fee6f 100644
--- a/README.org
+++ b/README.org
@@ -9,7 +9,7 @@ $ nix build
 * Running
 
 #+BEGIN_SRC shell
-$ ./result
+$ ./result/bin/xanthous [--help]
 #+END_SRC
 
 ** Keyboard commands