26 lines
579 B
Diff
26 lines
579 B
Diff
|
From 0b117f7567f7f55dc4aa48bb2fe3a517296626db Mon Sep 17 00:00:00 2001
|
||
|
From: Sylvain Le Gall <sylvain@le-gall.net>
|
||
|
Date: Sat, 25 Jan 2020 07:32:53 +0100
|
||
|
Subject: [PATCH 1/4] Recommend to install ounit2 with opam.
|
||
|
|
||
|
---
|
||
|
README.md | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/README.md b/README.md
|
||
|
index 7489003..27455be 100644
|
||
|
--- a/README.md
|
||
|
+++ b/README.md
|
||
|
@@ -23,7 +23,7 @@ Installation
|
||
|
The recommended way to install ounit is via the [opam package manager][opam]:
|
||
|
|
||
|
```sh
|
||
|
-$ opam install ounit
|
||
|
+$ opam install ounit2
|
||
|
```
|
||
|
|
||
|
Documentation
|
||
|
--
|
||
|
2.24.1
|
||
|
|