rav1e
rav1e copied to clipboard
Make C API installation instructions usable
The Rust toolchain is not installed globally by default, so it is impossible to use Cargo to install a library unless installing another toolchain for root, messing with the root environment so the whole user toolchain can be located, or installing locally and then manually moving the output. This fixes the installation instructions to use the simplest of those solutions, saving most users frustration and manual reading time.