We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e82ae commit 43e86c6Copy full SHA for 43e86c6
README.md
@@ -19,12 +19,21 @@ wget -O - qz.sh |bash
19
20
## Windows
21
22
-```bash
+```powershell
23
# 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
25
irm pwsh.sh | iex
26
```
27
+<details>
28
+<summary>Click to expand what to do if you recieve a security error</summary>
29
+
30
31
+# Optional: Needed to run a remote script the first time
32
+Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
33
+```
34
+</details>
35
36
37
## Advanced
38
39
Additional parameters can be provided to specify `beta` or an exact tagged release.
0 commit comments