diff --git a/README.md b/README.md index 20267817..fee056ae 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,10 @@ interface or as a library in other Rust programs. ## Installing -Oxipng can be installed from Cargo, via the following command: +Oxipng can be downloaded from the [Releases](https://github.com/shssoichiro/oxipng/releases) link on the GitHub page. +Windows users will need to ensure they have the [Visual C++ 2015 Runtime](https://www.microsoft.com/en-us/download/details.aspx?id=48145) installed. + +Oxipng can also be installed from Cargo, via the following command: ``` cargo install oxipng ``` diff --git a/appveyor.yml b/appveyor.yml index 023ff055..e61fcd7a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,12 +4,8 @@ environment: PROJECT_NAME: oxipng matrix: # Stable channel - - TARGET: i686-pc-windows-gnu - CHANNEL: stable - TARGET: i686-pc-windows-msvc CHANNEL: stable - - TARGET: x86_64-pc-windows-gnu - CHANNEL: stable - TARGET: x86_64-pc-windows-msvc CHANNEL: stable