kornelski / dssim

Image similarity comparison simulating human perception (multiscale SSIM in Rust)
https://kornel.ski/dssim
GNU Affero General Public License v3.0
1.09k stars 70 forks source link

Add option to install directly from crates.io in README #111

Closed Ebedthan closed 2 years ago

Ebedthan commented 2 years ago

Hi @kornelski,

Thanks for the nice tools.

I think it would be useful especially for Rust newcomers to know that they can install dssim directly from crates.io using a single command like cargo install dssim to be done.

I can prepare a PR if you want.

Best, Anicet

kornelski commented 2 years ago

I've realized I've neglected the releases page, which was needed for binaries. I've released updated binaries instead.

I'd rather not recommend building straight from crates.io — cargo isn't a proper system-level package manager.