fix: added git setup to linux instructions

pull/3281/head
yougotwill 3 months ago
parent f19fcaaccd
commit 5b4d76f7d5

@ -46,6 +46,8 @@ pip install setuptools
### Linux ### Linux
- Depending on your distribution, you might need to install [hunspell](https://github.com/hunspell/hunspell) and your specific locale (`hunspell-<lang>`) e.g. `hunspell-en-au`.
- Install the required build tools for your operating system - Install the required build tools for your operating system
<details> <details>
@ -68,7 +70,13 @@ pip install setuptools
</details> </details>
- Depending on your distribution, you might need to install [hunspell](https://github.com/hunspell/hunspell) and your specific locale (`hunspell-<lang>`) 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/) - Install [Node.JS](https://nodejs.org/en/download/)

Loading…
Cancel
Save