Skip to content

Commit 5147b91

Browse files
committed
Update README.md
1 parent 237f925 commit 5147b91

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,19 @@ Tested on an x86-64 CPU with Windows 11 with JPEGs and PNGs.
3131
Other 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

4149
Or, provide full path to the program.

0 commit comments

Comments
 (0)