tabular data should be in tables

This commit is contained in:
SPT-dev 2023-03-02 21:09:57 -05:00
parent 78b966159d
commit 78b70e7ca4

View File

@ -4,13 +4,12 @@ By Senko-san, 20/11/2020
## Preface ## Preface
This is for setting up the development environment, as well the projects and building 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.
## Legenda ## Legend
```markdown
**Path** | **What** | **Example** **Path** | **What** | **Example**
------------ | ----------------------------- | ---------------------- ------------ | ----------------------------- | ----------------------
`%gamedir%` | Escape From Tarkov (Live) | `C:/games/EFT (Live)` `%gamedir%` | Escape From Tarkov (Live) | `C:/games/EFT (Live)`
@ -18,7 +17,6 @@ It is hightly recommended to read the guide at least once before executing it.
`%server%` | server project | `C:/projects/server` `%server%` | server project | `C:/projects/server`
`%launcher%` | launcher project | `C:/projects/launcher` `%launcher%` | launcher project | `C:/projects/launcher`
`%modules%` | modules project | `C:/projects/modules` `%modules%` | modules project | `C:/projects/modules`
```
## Requirements ## Requirements
@ -88,5 +86,5 @@ 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.
Now you can get started with contributing to the project. Now you can get started with contributing to the project.