Skip to content

Commit 95eea28

Browse files
committed
Tweak README wording on installer to mention Windows package managers
1 parent ac943da commit 95eea28

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@ interface or as a library in other Rust programs.
1212

1313
## Installing
1414

15-
Oxipng for Windows can be downloaded from the [Releases](https://github.com/shssoichiro/oxipng/releases) link on the GitHub page.
15+
Oxipng for Windows can be downloaded via the
16+
[Releases](https://github.com/shssoichiro/oxipng/releases) section on its GitHub page. Recently,
17+
however, Oxipng has also been made available through package managers. Check the list below for
18+
up-to-date options.
1619

17-
For MacOS or Linux, it is recommended to install from your distro's package
18-
repository, if possible. Oxipng is known to be packaged for the environments listed below.
20+
For MacOS or Linux, it is recommended to install from your distro's package repository, provided
21+
Oxipng is available there in a not too outdated version for your use case.
22+
23+
Oxipng is known to be packaged for the environments listed below.
1924

2025
[![Packaging status](https://repology.org/badge/vertical-allrepos/oxipng.svg?exclude_unsupported=1&columns=3&exclude_sources=modules,site)](https://repology.org/project/oxipng/versions)
2126

@@ -25,7 +30,7 @@ Alternatively, oxipng can be installed from Cargo, via the following command:
2530
cargo install oxipng
2631
```
2732

28-
Oxipng can be built from source using the latest stable or nightly Rust.
33+
Oxipng can also be built from source using the latest stable or nightly Rust.
2934
This is primarily useful for developing on oxipng.
3035

3136
```

0 commit comments

Comments
 (0)