We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a38a402 + e763f46 commit 414fd8cCopy full SHA for 414fd8c
docs/windows-tools-guide.md
@@ -8,7 +8,7 @@ You can install both tools in a simple way using [Chocolatey](https://chocolatey
8
1. [Install Chocolatey](https://chocolatey.org/install)
9
2. Run next command on CMD or PowerShell as Administrator to install both tools:
10
11
- ```bash
+ ```
12
choco install -y innosetup wixtoolset
13
```
14
@@ -20,7 +20,8 @@ You can also use [Scoop](https://github.com/ScoopInstaller/Scoop/wiki) to achiev
20
1. [Install Scoop](https://scoop.sh/)
21
2. Run in CMD or PowerShell (no need to be Administrator):
22
23
-```scoop bucket add extras
+```
24
+scoop bucket add extras
25
scoop install inno-setup
26
scoop install wixtoolset
27
0 commit comments