Skip to content

Commit b13613a

Browse files
committed
README tweak
1 parent d6881e3 commit b13613a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ Then, to directly install wlroots-ocaml with opam, use:
2525
```
2626

2727
If you want to hack on the library instead, clone the repository, and install
28-
its dependencies with `opam install -t --deps-only .`.
28+
its dependencies with:
29+
30+
```
31+
opam install -t --deps-only .
32+
```
33+
2934
Then, you can use `make` to build the library, and `make examples` to build the
3035
example programs.

0 commit comments

Comments
 (0)