diff --git a/README.md b/README.md index 4398ac3d..6f911266 100644 --- a/README.md +++ b/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/