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

@ -29,6 +29,11 @@ If instead you just want to run Foodsoft without changing its code, please refer
unfinished parts. If you want to be safe, choose the last release:
`git checkout $(git tag -l | grep ^v | sort -rn | head -n1)`
*Note:* When developing on Windows you might run into issues with shell scripts
because of Git auto-crlf. Have a look how to avoid that in the
[Docker Development Setup](./SETUP_DEVELOPMENT_DOCKER.md#prerequisites-windows-only)
instructions.
1. Install RVM and Ruby 2.4+ (if you have not done so before):
\curl -L https://get.rvm.io | bash
@ -182,3 +187,4 @@ within a docker image. While the default [`Dockerfile`](../Dockerfile) is setup
use docker-compose (using [`docker-compose-dev.yml`](../docker-compose-dev.yml)) to
setup the whole stack at once.
See [Setup Development Docker](./SETUP_DEVELOPMENT_DOCKER.md) for a detailed description.