diff --git a/docs/hassio_addon_tutorial.md b/docs/hassio_addon_tutorial.md index 7a7d1349..bcf1ed95 100644 --- a/docs/hassio_addon_tutorial.md +++ b/docs/hassio_addon_tutorial.md @@ -57,6 +57,7 @@ CMD [ "/run.sh" ] ```bash echo Hello world! ``` +Make sure your editor is using UNIX-like line breaks (LF), not Dos/Windows (CRLF). ## Step 2: Installing and testing your add-on