Update readme and appveyor.yml
This commit is contained in:
parent
00d2359308
commit
af45b45afe
2 changed files with 4 additions and 5 deletions
|
|
@ -11,7 +11,10 @@ interface or as a library in other Rust programs.
|
||||||
|
|
||||||
## Installing
|
## 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
|
cargo install oxipng
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,8 @@ environment:
|
||||||
PROJECT_NAME: oxipng
|
PROJECT_NAME: oxipng
|
||||||
matrix:
|
matrix:
|
||||||
# Stable channel
|
# Stable channel
|
||||||
- TARGET: i686-pc-windows-gnu
|
|
||||||
CHANNEL: stable
|
|
||||||
- TARGET: i686-pc-windows-msvc
|
- TARGET: i686-pc-windows-msvc
|
||||||
CHANNEL: stable
|
CHANNEL: stable
|
||||||
- TARGET: x86_64-pc-windows-gnu
|
|
||||||
CHANNEL: stable
|
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
CHANNEL: stable
|
CHANNEL: stable
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue