Fix markdown inconsistencies in setup

This commit is contained in:
Senko-san 2020-11-20 03:39:12 +01:00
parent e92dc0b47c
commit ac9616f195

View File

@ -11,7 +11,7 @@ It is hightly recommended to read the guide at least once before executing it.
## Legenda ## Legenda
```markdown ```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)`
`%akidir%` | Where AKI needs to be located | `C:/games/aki` `%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. Development environment
### 1. Node ### 1.1. Node
1. Install `npm package manager` 1. Install `npm package manager`
2. Uncheck `install chocolaty` 2. Uncheck `install chocolaty`
### 2. Visual Studio Build Tools ### 1.2. Visual Studio Build Tools
- Check `.NET desktop development` - Check `.NET desktop development`
- Select `Download all, then install` - Select `Download all, then install`
### 3. VSCodium ### 1.3. VSCodium
- Check `Register VSCodium as an editor for supported file types` - Check `Register VSCodium as an editor for supported file types`
- Check `Add to PATH` - Check `Add to PATH`
### 4. Git ### 1.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. Select `Use VSCodium` 2. Select `Use VSCodium`