mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
note on this stupid thing
This commit is contained in:
parent
92b48bba2a
commit
b3d7778747
11
README.md
11
README.md
@ -46,6 +46,17 @@ You can find instructions here: [README.release.md](./post_build/README.release.
|
|||||||
git submodule update --recursive --remote
|
git submodule update --recursive --remote
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
### For Windows:
|
### For Windows:
|
||||||
* You need Windows 10 or 8.1
|
* You need Windows 10 or 8.1
|
||||||
* Install `Visual Studio 2022 Community`: https://visualstudio.microsoft.com/vs/community/
|
* Install `Visual Studio 2022 Community`: https://visualstudio.microsoft.com/vs/community/
|
||||||
|
Loading…
Reference in New Issue
Block a user