aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-05-17 00:10:12 +0200
committerLoïc Hoguin <[email protected]>2017-05-17 00:10:12 +0200
commitf1b93e965e556cfe1b1787196390ce42fd30a465 (patch)
treead30ec51efee5d5be66b1af71ab9902c112b217f
parent1882143bb79cf36f5a13132ca5d4d090fa8f504b (diff)
downloaderlang.mk-f1b93e965e556cfe1b1787196390ce42fd30a465.tar.gz
erlang.mk-f1b93e965e556cfe1b1787196390ce42fd30a465.tar.bz2
erlang.mk-f1b93e965e556cfe1b1787196390ce42fd30a465.zip
Add a note about Windows CRLF2017.05.18
-rw-r--r--doc/src/guide/installation.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc
index a1e5fd3..fcf6491 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -58,6 +58,10 @@ Erlang.mk can be used on Windows inside an MSYS2 environment.
Cygwin, MSYS (the original) and native Windows (both Batch
and PowerShell) are currently not supported.
+NOTE: Erlang.mk expects Unix line breaks in most of the files
+(LF instead of CRLF). Make sure to configure your text editor
+adequately.
+
The rest of this section details how to setup Erlang/OTP and
MSYS2 in order to use Erlang.mk.