Skip to content

Commit 414fd8c

Browse files
authored
Merge pull request #158 from ogerardin/patch-1
Fix MD formatting issue in doc
2 parents a38a402 + e763f46 commit 414fd8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/windows-tools-guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can install both tools in a simple way using [Chocolatey](https://chocolatey
88
1. [Install Chocolatey](https://chocolatey.org/install)
99
2. Run next command on CMD or PowerShell as Administrator to install both tools:
1010

11-
```bash
11+
```
1212
choco install -y innosetup wixtoolset
1313
```
1414

@@ -20,7 +20,8 @@ You can also use [Scoop](https://github.com/ScoopInstaller/Scoop/wiki) to achiev
2020
1. [Install Scoop](https://scoop.sh/)
2121
2. Run in CMD or PowerShell (no need to be Administrator):
2222

23-
```scoop bucket add extras
23+
```
24+
scoop bucket add extras
2425
scoop install inno-setup
2526
scoop install wixtoolset
2627
```

0 commit comments

Comments
 (0)