docs(readme): update

This commit is contained in:
2025-06-14 01:42:05 -07:00
committed by GitHub
parent 898983f724
commit 9a36aad9cb

View File

@@ -454,6 +454,14 @@ dos2unix with-contenv.v1
<br />
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
```
<br />
You may pre-check if a file is using Windows CRLF or Linux LF by running the command `file <filename>` on the file:
```shell