1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-09-10 12:03:06 +02:00

Updated README

This commit is contained in:
NicknineTheEagle 2025-07-09 22:01:15 +03:00
parent a635a7d451
commit 5987e4d668

View file

@ -54,17 +54,6 @@ You can also find instructions here in [README.release.md](./post_build/README.r
## One time setup
### **Cloning the repo**
Disable automatic CRLF handling:
*Locally*
```shell
git config --local core.autocrlf false
```
*Or globally/system wide*
```shell
git config --system core.autocrlf false
git config --global core.autocrlf false
```
Clone the repo and its submodules **recursively**
```shell
git clone --recurse-submodules -j8 https://github.com/Detanup01/gbe_fork.git