Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Edwards committed Jun 29, 2024
2 parents cfbe44e + 0258a4c commit 1ff8b99
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 1ff8b99

Please sign in to comment.