Skip to content

Commit 8ac43a3

Browse files
authored
Fixed installation curl command syntax
1 parent 34e6063 commit 8ac43a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ The App is completely portable meaning you don't have to go through an installat
7373
and it can be copied from system to system seamlessly without any dependencies or extra files needed. **Recommended**
7474
- Terminal: Simply download the binary and run it:
7575
```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
76+
curl -L https://github.com/SlapBot/powir/releases/download/v1.0.2/powir.1.0.2.exe --output powir.exe
77+
./powir
7878
```
7979
- Double Click: Again [download](#desktop-app-main-mode) the binary and run it but please read this [note](#browser-and-windows-defender-warnings)
8080

0 commit comments

Comments
 (0)