diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc62143b771ae28817f4beff81f8272f9fe2df02..66abeb752edc9cf03fdbc226679cd5a217d28713 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -146,8 +146,9 @@ Changes in Coq:
 * Changed `frac_auth` notation from `●!`/`◯!` to `●F`/`◯F`. sed script:
   `s/◯!/◯F/g; s/●!/●F/g;`.
 * Rename `C` suffixes into `O` since we no longer use COFEs but OFEs. Also
-  rename `ofe_fun` into `discrete_fun` and the corresponding notation `-c>`
-  into `-d>`. The renaming can be automatically done using the following script:
+  rename `ofe_fun` into `discrete_fun` and the corresponding notation `-c>` into
+  `-d>`. The renaming can be automatically done using the following script (on
+  macOS you will have to replace the `-i` at the end by `-i ''`):
 ```
 sed '
 s/\bCofeMor/OfeMor/g;