add a line to the docs that clarifies that the run.sh file must have LF line endings (#922)

This commit is contained in:
Steven Massaro 2022-02-03 14:32:27 -06:00 committed by GitHub
parent 951f92e1ba
commit cfa5c9606d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ Prerequisites
You can easily start the development stack by running `make docker-dev` in the root of the project directory. This will run and build the docker-compose.dev.yml file.
On Windows, the `mealie/run.sh` file must have LF line endings, or the mealie-api container will fail to start with the error: `/app/mealie/run.sh: not found`.
## Without Docker
Prerequisites