Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 6252179

Browse files
committed
plover binary install instructions
1 parent 04d6074 commit 6252179

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ Run the test suite (requires gcc):
4646
$ stack test --test-arguments --show-details=streaming
4747
```
4848

49+
Installation of the `plover` binary into `~/.local/bin`
50+
51+
```
52+
$ stack build --copy-bins
53+
```
54+
55+
or
56+
57+
```
58+
# same thing as previous
59+
$ stack install
60+
```
61+
62+
4963
## Cabal sandbox build
5064

5165
Next, create a cabal sandbox. This keeps any dependencies isolated so you don't

0 commit comments

Comments
 (0)