reorder this step

This commit is contained in:
otavepto 2024-05-06 19:25:27 +03:00
parent 442384f6eb
commit fd5f70f736

View File

@ -36,16 +36,6 @@ You can find instructions here: [README.release.md](./post_build/README.release.
## One time setup
### **Cloning the repo**
Clone the repo and its submodules **recursively**
```shell
git clone --recurse-submodules https://github.com/otavepto/gbe_fork.git
```
It is adviseable to always checkout submodules every now and then, to make sure they're up to date
```shell
git submodule update --recursive --remote
```
Disable automatic CRLF handling:
*Locally*
```shell
@ -57,6 +47,16 @@ You can find instructions here: [README.release.md](./post_build/README.release.
git config --global core.autocrlf false
```
Clone the repo and its submodules **recursively**
```shell
git clone --recurse-submodules https://github.com/otavepto/gbe_fork.git
```
It is adviseable to always checkout submodules every now and then, to make sure they're up to date
```shell
git submodule update --recursive --remote
```
### For Windows:
* You need Windows 10 or 8.1
* Install `Visual Studio 2022 Community`: https://visualstudio.microsoft.com/vs/community/