Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/windows-tools-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can install both tools in a simple way using [Chocolatey](https://chocolatey
1. [Install Chocolatey](https://chocolatey.org/install)
2. Run next command on CMD or PowerShell as Administrator to install both tools:

```bash
```
choco install -y innosetup wixtoolset
```

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

```scoop bucket add extras
```
scoop bucket add extras
scoop install inno-setup
scoop install wixtoolset
```
Expand Down