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.
1 parent 34e6063 commit 8ac43a3Copy full SHA for 8ac43a3
README.md
@@ -73,8 +73,8 @@ The App is completely portable meaning you don't have to go through an installat
73
and it can be copied from system to system seamlessly without any dependencies or extra files needed. **Recommended**
74
- Terminal: Simply download the binary and run it:
75
```bash
76
- curl -L https://github.com/SlapBot/powir/releases/download/v1.0.2/powir.1.0.2.exe
77
- ./powir.1.0.2.exe
+ curl -L https://github.com/SlapBot/powir/releases/download/v1.0.2/powir.1.0.2.exe --output powir.exe
+ ./powir
78
```
79
- Double Click: Again [download](#desktop-app-main-mode) the binary and run it but please read this [note](#browser-and-windows-defender-warnings)
80
0 commit comments