Skip to content

Commit 019ea31

Browse files
committed
Update README to include makefile instructions
1 parent ec1b01e commit 019ea31

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cd capy
4949
5. Install capymanga's dependencies:
5050

5151
```sh
52-
opam install . --deps-only --with-test
52+
make install
5353
```
5454

5555
6. Build capymanga with [dune](https://dune.build/). `dune` is OCaml's "build
@@ -58,13 +58,14 @@ opam install . --deps-only --with-test
5858
`dune` to build capymanga with:
5959

6060
```sh
61-
dune build
61+
make build
6262
```
6363

6464
7. Assuming that the above step succeeded, `dune` will place the things it
6565
builds inside of a `_build/default` directory. You should be able to run
6666
capymanga with:
6767

6868
```sh
69-
./_build/default/app/capymanga/bin/main.exe
69+
make run
7070
```
71+

0 commit comments

Comments
 (0)