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:
Griffin Smith 2019-11-30 18:25:32 -05:00
parent 0b22bb099c
commit 4431d453f6

View file

@ -9,7 +9,7 @@ $ nix build
* Running * Running
#+BEGIN_SRC shell #+BEGIN_SRC shell
$ ./result $ ./result/bin/xanthous [--help]
#+END_SRC #+END_SRC
** Keyboard commands ** Keyboard commands