Note
|
this method currently requires you to be running cargo 0.6.0 or newer.
|
cargo install uncbv
To install from source, first checkout to the tag or branch you want to install, then issue
cargo install --path .
This will install uncbv
in your ~/.cargo/bin
. Make sure to add ~/.cargo/bin
directory to your PATH
variable.