File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,19 @@ Tested on an x86-64 CPU with Windows 11 with JPEGs and PNGs.
3131Other OSes haven't been tested, but should work.
3232
3333## Running the Application
34- ### Windows
35- If you have an executable, go to the directory with the executable and run the program as:
34+ Executable files for Windows, Linux and macOS can be downloaded from
35+ the [ Releases] ( https://github.com/ivanbgd/reduce-image-size-rust/releases ) page of the repository.
36+
37+ Use the latest release version.
38+
39+ Download the appropriate archive for your OS and unpack it to a desired folder.
40+
41+ The archive files contain an executable.
42+
43+ After unpacking the archive, go to the directory with the executable and run the program as:
3644
3745``` shell
38- reduce_image_size.exe < source_folder> < destination_folder> [options]
46+ reduce_image_size < source_folder> < destination_folder> [options]
3947```
4048
4149Or, provide full path to the program.
You can’t perform that action at this time.
0 commit comments