From a4d56bb6fb5622f064fb129528f72164572865f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil.hoefer@suma-ev.de> Date: Mon, 3 Jun 2024 16:42:14 +0200 Subject: [PATCH] Fix Documentation Formatting --- doc/user/howto_build.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/user/howto_build.md b/doc/user/howto_build.md index 5e70869..cfba289 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 -- GitLab