Reminder about LF in UNIX

This commit is contained in:
Artem 2018-07-21 22:50:23 +07:00 committed by GitHub
parent 0a94bec874
commit 83d741a6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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