Use correct bin path in README
nix build for a haskell package makes a directory, not just a bare binary.
This commit is contained in:
parent
0b22bb099c
commit
4431d453f6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ $ nix build
|
|||
* Running
|
||||
|
||||
#+BEGIN_SRC shell
|
||||
$ ./result
|
||||
$ ./result/bin/xanthous [--help]
|
||||
#+END_SRC
|
||||
|
||||
** Keyboard commands
|
||||
|
|
Loading…
Reference in a new issue