reorder this step
This commit is contained in:
parent
442384f6eb
commit
fd5f70f736
20
README.md
20
README.md
@ -36,16 +36,6 @@ You can find instructions here: [README.release.md](./post_build/README.release.
|
|||||||
## One time setup
|
## One time setup
|
||||||
### **Cloning the repo**
|
### **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:
|
Disable automatic CRLF handling:
|
||||||
*Locally*
|
*Locally*
|
||||||
```shell
|
```shell
|
||||||
@ -57,6 +47,16 @@ You can find instructions here: [README.release.md](./post_build/README.release.
|
|||||||
git config --global core.autocrlf false
|
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:
|
### 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…
x
Reference in New Issue
Block a user