Improve setup readability

This commit is contained in:
SPT-dev 2023-03-02 21:09:55 -05:00
parent 0607076ada
commit 7054240598

View File

@ -4,7 +4,7 @@ By Senko-san, 20/11/2020
## Preface ## 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. 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. 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 ### 4. Git
1. Check only `Associate .git* configuration with the default text editor` 1. Check only `Associate .git* configuration with the default text editor`
2. `Use VSCodium` 2. Select `Use VSCodium`
3. `Git from the command line` 3. Select `Git from the command line`
4. `Checkout windows-style` 4. Select `Checkout windows-style`
5. `Use Windows' default console window` 5. Select `Use Windows' default console window`
6. `Default (fast-forward or merge)` 6. Select `Default (fast-forward or merge)`
7. `Git Credential Manager` 7. Select `Git Credential Manager`
8. Check only `Enable file system caching` 8. Check only `Enable file system caching`
9. Leave unchecked `Enable experimental support` 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 ## Conclusion
Well done, you've succesfully setup and build the development build. 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.