Installation
Installation guide for our application.
Setting up DocuBook is straightforward, with options to clone the repository or use the convenient npx command. DocuBook requires Node.js version 18 or higher for optimal performance.
Quick Setup with CLI
For a faster setup, use the cli command to create a new DocuBook project in one step:
Installing the CLI Globally
If you prefer installing the CLI globally so the docubook command is available system-wide, use one of the following:
After a global install, verify the installation and check the CLI version:
If you used npx, pnpm dlx, bunx or yarn dlx you can still run the CLI directly without installing. Example:
These commands install the docubook binary (package "bin"), so the docubook command should be available in your PATH after installation.
With this setup, you’ll have a ready-to-use DocuBook instance to start building your documentation.
Last updated May 4, 2026