From 165236585a9b84eca9560f60a11b0fa38f05c79a Mon Sep 17 00:00:00 2001 From: Leon Focker <83008122+Leon-Focker@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:03:17 +0200 Subject: [PATCH 1/2] Update install.md for to include note for Windows users --- install.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.md b/install.md index a1834b9a..06b61627 100644 --- a/install.md +++ b/install.md @@ -410,6 +410,8 @@ dependencies, is usually very easy. You can either download the sources from # in your ASDF/Quicklisp standard directory git clone https://github.com/mdedwards/slippery-chicken.git ``` +> [!NOTE] +> On `Windows`, the recommended way is to use [GitBash](https://gitforwindows.org/) to clone slippery chicken, with line-endings set to Unix-style. This can be configured globally in Git with these commands: `git config --global core.autocrlf false` `git config --global core.eol lf`. This configuration is necessary because Slippery Chicken might not compile correctly if the end-of-line (EOL) characters are set to CRLF instead of LF. ### Configure slippery-chicken From 0258a4c01ac69afb5cb443f94a4f9f789366b4c3 Mon Sep 17 00:00:00 2001 From: Michael Edwards Date: Sat, 29 Jun 2024 10:25:15 +0200 Subject: [PATCH 2/2] Update install.md --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index 06b61627..9c1a4fdc 100644 --- a/install.md +++ b/install.md @@ -411,7 +411,7 @@ dependencies, is usually very easy. You can either download the sources from git clone https://github.com/mdedwards/slippery-chicken.git ``` > [!NOTE] -> On `Windows`, the recommended way is to use [GitBash](https://gitforwindows.org/) to clone slippery chicken, with line-endings set to Unix-style. This can be configured globally in Git with these commands: `git config --global core.autocrlf false` `git config --global core.eol lf`. This configuration is necessary because Slippery Chicken might not compile correctly if the end-of-line (EOL) characters are set to CRLF instead of LF. +> On `Windows`, the recommended way is to use [GitBash](https://gitforwindows.org/) to clone slippery chicken, with line-endings set to Unix-style. This can be configured globally in Git with these commands: `git config --global core.autocrlf false` `git config --global core.eol lf`. This configuration is necessary because slippery chicken might not compile correctly if the end-of-line (EOL) characters are set to CRLF instead of LF. ### Configure slippery-chicken