From aa750dcfbd90fa6b8d501ea4df8a0353edda5364 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 5 Apr 2022 14:02:45 +0300 Subject: Small improvements to the README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b09b013..fb73121 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # uncron -Uncron is a simple job queue service that reds command from a UNIX domain socket +Uncron is a simple job queue service that reads command from a UNIX domain socket and executes them sequentially. Its goal is to serve as an intermediate layer for tools that don't implement locking @@ -18,11 +18,11 @@ OPAM is capable of installing the OCaml compiler itself and it will be opam init # Install dependencies -opam install ocamlfind lwt lwt_ppx logs containers +opam install lwt logs containers # Build uncron -cd src/ -make +dune build + ``` Then you can copy the `uncron` executable to somewehre in the `$PATH`. -- cgit v1.2.3