git clone --recursive https://github.com/ocaml-ci/citty.gitNote: if you missed the --recursive flag, run git submodule init
opam pin add --yes ocaml-ci/ocurrent/
opam install --yes --deps-only ./citty.opamFor now, Citty assumes that the capability is stored in ~/.ocaml-ci.cap.
make run
# dune exec ./src/main.bc(alt,meta,...)-q, or just kill the process :-).
TODO: add a clean way to exit.