From 974dfcfeac1ce5a7cf9a02afa88ca7ed0115e5dd Mon Sep 17 00:00:00 2001 From: Josh Holmer Date: Sun, 24 May 2020 20:05:04 -0400 Subject: [PATCH] More readme updates --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85ac9a1e..f44388ab 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,17 @@ interface or as a library in other Rust programs. ## Installing -Oxipng can be downloaded from the [Releases](https://github.com/shssoichiro/oxipng/releases) link on the GitHub page. +Oxipng for Windows can be downloaded from the [Releases](https://github.com/shssoichiro/oxipng/releases) link on the GitHub page. -Oxipng can also be installed from Cargo, via the following command: +For MacOS or Linux, it is recommended to install from your distro's package repository, if possible. + +Alternatively, oxipng can be installed from Cargo, via the following command: ``` cargo install oxipng ``` -Alternatively, oxipng can be built from source using the latest stable or nightly Rust: +Oxipng can be built from source using the latest stable or nightly Rust. +This is primarily useful for developing on oxipng. ``` git clone https://github.com/shssoichiro/oxipng.git cd oxipng