Skip to content

Commit

Permalink
Tweak README wording on installer to mention Windows package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Nov 19, 2024
1 parent ac943da commit 95eea28
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ interface or as a library in other Rust programs.

## Installing

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

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

Oxipng is known to be packaged for the environments listed below.

[![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)

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

Oxipng can be built from source using the latest stable or nightly Rust.
Oxipng can also be built from source using the latest stable or nightly Rust.
This is primarily useful for developing on oxipng.

```
Expand Down

0 comments on commit 95eea28

Please sign in to comment.