Merge pull request #59 from ArtHome12/patch-2

Reminder about LF in UNIX
This commit is contained in:
Pascal Vizeli 2018-07-22 00:55:33 +02:00 committed by GitHub
commit 899003299f
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