From d17d2e2882c1ed87353bf0837b4e905b585604ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Sat, 23 Dec 2023 11:48:31 +0100 Subject: [PATCH] readme: adjust installation instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 04e1dcb..8e0d544 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,7 @@ It comes with two packages for support of OUnit and Alcotest. ## Installation ``` -opam pin add junit https://github.com/Khady/ocaml-junit.git -opam pin add junit_ounit https://github.com/Khady/ocaml-junit.git -opam pin add junit_alcotest https://github.com/Khady/ocaml-junit.git +opam install junit junit_ounit junit_alcotest ``` ## Documentation