# Building the cachepot book Install the dependencies using the command below: ```sh cargo install mdbook mdbook-linkcheck mdbook-mermaid ``` After they are successfully installed you can serve the book using ```sh mdbook serve ``` which will be available on . If you want to just build it use ```sh mdbook build ```