Skip to content

Commit 43e86c6

Browse files
authored
Update README.md
1 parent 25e82ae commit 43e86c6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,21 @@ wget -O - qz.sh |bash
1919

2020
## Windows
2121

22-
```bash
22+
```powershell
2323
# Download and install the latest stable release of QZ Tray
24-
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
2524
irm pwsh.sh | iex
2625
```
2726

27+
<details>
28+
<summary>Click to expand what to do if you recieve a security error</summary>
29+
30+
```powershell
31+
# Optional: Needed to run a remote script the first time
32+
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
33+
```
34+
</details>
35+
36+
2837
## Advanced
2938

3039
Additional parameters can be provided to specify `beta` or an exact tagged release.

0 commit comments

Comments
 (0)