Add warning about Windows line-endings issues to docs
This commit is contained in:
parent
9babb6cfe9
commit
9897c1056f
2 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue