Installation
There are multiple ways to install the shiroa CLI tool. Choose any one of the methods below that best suit your needs.
Executable binaries are available for download on the GitHub Releases page or the "Artifacts" section of each workflow run in CI workflow. Download the binary for your platform (Windows, macOS, or Linux) and extract the archive. The archive contains an shiroa
shiroa
executable which you can run to build your books.
To make it easier to run, put the path to the binary into your PATH
PATH
.
shiroa
shiroa
executable can be built with precompiled frontend artifacts using cargo
cargo
.
First, follow the instructions on the Rust installation page to install cargo
cargo
. shiroa currently requires at least Rust version 1.88.
Then, run the following commands:
To build the shiroa
shiroa
's all components from source, you need to additionally install Yarn. First, follow the instructions on the Yarn installation page.
Then, run the following commands:
With global installation, to uninstall, run the command cargo uninstall shiroa
cargo uninstall shiroa
.
Again, make sure to add the Cargo bin directory to your PATH
PATH
.