From 1fb13adad9f22e7cbb1b3915509bbc2f2d8d920a Mon Sep 17 00:00:00 2001 From: yiiT Date: Tue, 9 May 2017 19:32:44 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ad6742b..99305515 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ Once you've successfully installed docker, make sure you have the database file in the project's directory as nyaa.db. Then, follow these steps to build and run the application. +Windows Users If you get `"standard_init_linux.go:178: exec user process caused "no such file or directory"` +download [dos2unix](https://sourceforge.net/projects/dos2unix/files/latest/download) and run "dos2unix.exe" +on the /deploy/init.sh to convert CR+LF to LF. + ```sh # Make sure the project is in here $GOPATH/src/github.com/ewhal/nyaa $ cd deploy/