Update readme and appveyor.yml

This commit is contained in:
Josh Holmer 2016-11-11 12:48:35 -05:00
parent 00d2359308
commit af45b45afe
2 changed files with 4 additions and 5 deletions

View file

@ -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
```

View file

@ -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