Skip to content

Commit

Permalink
Update install.md for to include note for Windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon-Focker authored Jun 28, 2024
1 parent 4736175 commit 1652365
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1652365

Please sign in to comment.