diff options
author | Griffin Smith <root@gws.fyi> | 2019-11-30T23·25-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-11-30T23·25-0500 |
commit | 4431d453f61e88383aba40c8db3c4afb3c828b2e (patch) | |
tree | 944e47382bad21ee6e29599b780c5a6859cac76f /README.org | |
parent | 0b22bb099c9f2254d16784e5897b18e9e410c2fa (diff) |
Use correct bin path in README
nix build for a haskell package makes a directory, not just a bare binary.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org index 5d3b2af0485a..18542fee6f5d 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 |