diff --git a/README.md b/README.md
index ccec9b7d..df0da0f8 100644
--- a/README.md
+++ b/README.md
@@ -454,6 +454,14 @@ dos2unix with-contenv.v1
+If you do not have dos2unix; you may use `sed:
+
+```shell
+sed -i 's/\r$//' /etc/s6-overlay/s6-rc.d/ci-service-check/file
+```
+
+
+
You may pre-check if a file is using Windows CRLF or Linux LF by running the command `file ` on the file:
```shell