Skip to content

Commit 69792ad

Browse files
authored
Ensured terminal agnosticism
curl is an alias in PowerShell, so needed to make sure the command referred to curl.exe
1 parent f9f772a commit 69792ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Grab the `b-e.updater.bat` file, either from Releases or by clicking [here](http
1717

1818
Alternatively, this may be downloaded in a Windows terminal with the following command:
1919
```pwsh
20-
curl -L --ssl-no-revoke -o updater.bat "https://github.com/Adam-Kay/Batch-Encoder/releases/latest/download/b-e.updater.bat"
20+
curl.exe -L --ssl-no-revoke -o updater.bat "https://github.com/Adam-Kay/Batch-Encoder/releases/latest/download/b-e.updater.bat"
2121
```
2222
### C) Manual Download
2323
Download the <code>batch.encoder.v`x`.`x`.`x`.bat</code> file from Releases. Place it in the desired folder, delete any older versions you have, and run.

0 commit comments

Comments
 (0)