From 78b70e7ca43aa9beb90683171ed73b32a8d44035 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 21:09:57 -0500 Subject: [PATCH] tabular data should be in tables --- docs/md/development/setup.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/md/development/setup.md b/docs/md/development/setup.md index 11d0b3c..7dce4b7 100644 --- a/docs/md/development/setup.md +++ b/docs/md/development/setup.md @@ -4,13 +4,12 @@ By Senko-san, 20/11/2020 ## Preface -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. +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. -## Legenda +## Legend -```markdown **Path** | **What** | **Example** ------------ | ----------------------------- | ---------------------- `%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` `%launcher%` | launcher project | `C:/projects/launcher` `%modules%` | modules project | `C:/projects/modules` -``` ## Requirements @@ -88,5 +86,5 @@ 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. -Now you can get started with contributing to the project. +Well done, you've succesfully setup and build the development build. +Now you can get started with contributing to the project.