mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-07 09:05:18 +02:00
reorder this step
This commit is contained in:
parent
442384f6eb
commit
fd5f70f736
1 changed files with 10 additions and 10 deletions
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
|
||||
### **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/
|
||||
|
|
Loading…
Add table
Reference in a new issue