Add warning about Windows line-endings issues to docs

This commit is contained in:
Harald Reingruber 2019-11-11 12:59:39 +01:00 committed by Patrick Gansterer
parent 9babb6cfe9
commit 9897c1056f
2 changed files with 15 additions and 0 deletions

View file

@ -17,6 +17,15 @@ For installing instructions see https://docs.docker.com/installation/.
Docker runs on every modern Linux kernel, but also with a little help on MacOS
and Windows!
## Prerequisites (Windows only)
To avoid line-ending issues with shell scripts, make sure to configure
Git autocrlf to keep linux line endings via
git config --local core.autocrlf input
Don't forget to do a clean checkout (delete everything except `.git` directory)
afterwards.
## Setup
Then setup foodsoft development (this will take some time, containers needs