Suggestible
Welcome
Thanks for checking out Suggestible. Currently we have no hosted docs. We recommend checking out out repository and then following below instructions. Otherwise you can browse the uncompiled docs.
Install build tools if needed
-
Rust and Cargo: Ensure Rust and Cargo are installed. You can install them using rustup.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
-
mdBook: Install mdBook using Cargo. MdBook is used to generate Suggestible's documentation.
cargo install mdbook
Serve documentation
If everything is installed properly you can just let mdbook serve the docs with:
mdbook serve