From e92dc0b47c2f27c2efdc2e47bfddf25a69ce8366 Mon Sep 17 00:00:00 2001 From: Senko-san Date: Fri, 20 Nov 2020 03:36:25 +0100 Subject: [PATCH] Improve setup readability --- docs/md/development/setup.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/md/development/setup.md b/docs/md/development/setup.md index 1ec55c5..1e18a93 100644 --- a/docs/md/development/setup.md +++ b/docs/md/development/setup.md @@ -4,7 +4,7 @@ By Senko-san, 20/11/2020 ## Preface -This is for setting up the development environment, as well the projects themselves and build them. +This is for setting up the development environment, as well the projects and building them. This guide is by no means meant for beginners or those unfamilliar with the project. It is hightly recommended to read the guide at least once before executing it. @@ -48,12 +48,12 @@ It is hightly recommended to read the guide at least once before executing it. ### 4. Git 1. Check only `Associate .git* configuration with the default text editor` -2. `Use VSCodium` -3. `Git from the command line` -4. `Checkout windows-style` -5. `Use Windows' default console window` -6. `Default (fast-forward or merge)` -7. `Git Credential Manager` +2. Select `Use VSCodium` +3. Select `Git from the command line` +4. Select `Checkout windows-style` +5. Select `Use Windows' default console window` +6. Select `Default (fast-forward or merge)` +7. Select `Git Credential Manager` 8. Check only `Enable file system caching` 9. Leave unchecked `Enable experimental support` @@ -89,4 +89,4 @@ It is hightly recommended to read the guide at least once before executing it. ## Conclusion Well done, you've succesfully setup and build the development build. -What's next? Get started with contributing or modding. +Now you can get started with contributing to the project.