Install from crates.io
You need to have the Rust environment installed: https://rustup.rs
Then run
cargo install ddoc --locked
Install from sources
You need to have the Rust environment installed: https://rustup.rs
Clone the repository:
git clone https://github.com/Canop/ddoc.git
Move to its directory:
cd ddoc
Compile and install:
cargo install --path .