Using Cargo
Streamduck CLI client is published on crates.io
Dependencies
Streamduck CLI shares dependencies with Streamduck project, so refer to this section
Cargo
Use following command to install Streamduck CLI from crates.io:
cargo install streamduck-cli
In case if you want the latest possibly unstable code from Git repository, use following command:
cargo install --git https://github.com/streamduck-org/streamduck.git streamduck-cli