Installation
Docapella can currently only be installed via Cargo. We will be adding more installation methods in the future.
Installing via Cargo
First, install Rust. You can find instructions here .
Next, install Docapella:
cargo install --git https://github.com/Doctave/docapella.git docapella
This will install the
docapella
binary to your Cargo bin directory.
You can now run
docapella --help
to see the available commands.
Creating a new project
Next, let's read on about how to create a new project:
Creating your project ›