diff --git a/doc/user/howto_build.md b/doc/user/howto_build.md index 5e708692a99e6029579fe3c6b09f1bf16b69d6c5..cfba289482df29854bf05f4d50ea2f092f943e81 100644 --- a/doc/user/howto_build.md +++ b/doc/user/howto_build.md @@ -39,20 +39,18 @@ Building Suggestible is easy. Just start by making sure all dependencies are ins ## Using Suggestible -1. **Run the Compiled Binary**: - - To see if everything went well and Suggestible runs you can try running it through Cargo with: - ```sh - cargo run --release - ``` - For further intructions on how to use Suggestible in your production setting refer to our [usage how-to](howto_basic.md) +To see if everything went well and Suggestible runs you can try running it through Cargo with: +```sh +cargo run --release +``` +For further intructions on how to use Suggestible in your production setting refer to our [usage how-to](howto_basic.md) ## Building the Documentation To build this documentation, simply call `make` with the `doc` target: - ```sh - make doc - ``` +```sh +make doc +``` This will generate the documentation in the `book` directory. \ No newline at end of file