From 5b4d76f7d5c4b068e37b0805348af48996aa3379 Mon Sep 17 00:00:00 2001 From: yougotwill Date: Thu, 6 Feb 2025 13:28:54 +1100 Subject: [PATCH] fix: added git setup to linux instructions --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c387e81fd..5989dd0bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,6 +46,8 @@ pip install setuptools ### Linux +- Depending on your distribution, you might need to install [hunspell](https://github.com/hunspell/hunspell) and your specific locale (`hunspell-`) e.g. `hunspell-en-au`. + - Install the required build tools for your operating system
@@ -68,7 +70,13 @@ pip install setuptools
-- Depending on your distribution, you might need to install [hunspell](https://github.com/hunspell/hunspell) and your specific locale (`hunspell-`) e.g. `hunspell-en-au`. +- Git setup + + You may need to disable `core.autocrlf` to prevent line ending issues. + + ```sh + git config --local core.autocrlf false + ``` - Install [Node.JS](https://nodejs.org/en/download/)