From ac9616f1950d110ca44d152d16235f5d32550c29 Mon Sep 17 00:00:00 2001 From: Senko-san Date: Fri, 20 Nov 2020 03:39:12 +0100 Subject: [PATCH] Fix markdown inconsistencies in setup --- docs/md/development/setup.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/md/development/setup.md b/docs/md/development/setup.md index 1e18a93..11d0b3c 100644 --- a/docs/md/development/setup.md +++ b/docs/md/development/setup.md @@ -11,7 +11,7 @@ It is hightly recommended to read the guide at least once before executing it. ## Legenda ```markdown -**Path** **What** | **Example** +**Path** | **What** | **Example** ------------ | ----------------------------- | ---------------------- `%gamedir%` | Escape From Tarkov (Live) | `C:/games/EFT (Live)` `%akidir%` | Where AKI needs to be located | `C:/games/aki` @@ -30,22 +30,22 @@ It is hightly recommended to read the guide at least once before executing it. ## 1. Development environment -### 1. Node +### 1.1. Node 1. Install `npm package manager` 2. Uncheck `install chocolaty` -### 2. Visual Studio Build Tools +### 1.2. Visual Studio Build Tools - Check `.NET desktop development` - Select `Download all, then install` -### 3. VSCodium +### 1.3. VSCodium - Check `Register VSCodium as an editor for supported file types` - Check `Add to PATH` -### 4. Git +### 1.4. Git 1. Check only `Associate .git* configuration with the default text editor` 2. Select `Use VSCodium`