Skip to content

Commit 46d2628

Browse files
committed
Added ssl agnostic option to curl command
1 parent dad8be7 commit 46d2628

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
@@ -15,9 +15,9 @@ If you are using the program already (version 1.4 and above), update using the b
1515
### B) Downloader
1616
Grab the `b-e.updater.bat` file, either from Releases or by clicking [here](https://github.com/Adam-Kay/Batch-Encoder/releases/latest/download/b-e.updater.bat) to download directly. Place it in the desired folder and run it, and it will download the latest version of the program, and remove your old version if you have one.
1717

18-
Alternatively, this may be downloaded in a terminal with the following command:
18+
Alternatively, this may be downloaded in a Windows terminal with the following command:
1919
```pwsh
20-
curl -L -o updater.bat "https://github.com/Adam-Kay/Batch-Encoder/releases/latest/download/b-e.updater.bat"
20+
curl -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)