We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1b01e commit 019ea31Copy full SHA for 019ea31
README.md
@@ -49,7 +49,7 @@ cd capy
49
5. Install capymanga's dependencies:
50
51
```sh
52
-opam install . --deps-only --with-test
+make install
53
```
54
55
6. Build capymanga with [dune](https://dune.build/). `dune` is OCaml's "build
@@ -58,13 +58,14 @@ opam install . --deps-only --with-test
58
`dune` to build capymanga with:
59
60
61
-dune build
+make build
62
63
64
7. Assuming that the above step succeeded, `dune` will place the things it
65
builds inside of a `_build/default` directory. You should be able to run
66
capymanga with:
67
68
69
-./_build/default/app/capymanga/bin/main.exe
+make run
70
71
+
0 commit comments