From 904168926cabc06ae54070e4eac6098fc5bd0478 Mon Sep 17 00:00:00 2001 From: pcone Date: Wed, 14 Feb 2024 18:50:59 -0500 Subject: [PATCH] adjusted details --- docs/hero_mdbook_fullvm.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/hero_mdbook_fullvm.md b/docs/hero_mdbook_fullvm.md index a1c1b95..c6b2cc4 100644 --- a/docs/hero_mdbook_fullvm.md +++ b/docs/hero_mdbook_fullvm.md @@ -1,4 +1,4 @@ -

Hero and mdbook

+

Hero and mdbook on a Full VM

Table of Contents

@@ -7,10 +7,10 @@ - [Setting the Full VM](#setting-the-full-vm) - [Install cargo](#install-cargo) - [Install redis](#install-redis) -- [Install pkg-config, gcc and libssl](#install-pkg-config-gcc-and-libssl) + - [Install pkg-config, gcc and libssl](#install-pkg-config-gcc-and-libssl) - [Set Hero](#set-hero) - [Generate the mdbook](#generate-the-mdbook) - - [Access the mdbook from your local machine with the SSH tunnel](#access-the-mdbook-from-your-local-machine-with-the-ssh-tunnel) +- [Access the mdbook from your local machine with the SSH tunnel](#access-the-mdbook-from-your-local-machine-with-the-ssh-tunnel) *** @@ -32,7 +32,7 @@ On the full VM, you will need to install the following: - pkg-config - libssl-dev -Steps will be show to install those prerequisites. +Steps will be shown to install those prerequisites. ## Setting the Full VM @@ -70,7 +70,7 @@ Once you install cargo, all mdbook dependencies will be installed via the hero s apt-get install redis -y ``` -## Install pkg-config, gcc and libssl +### Install pkg-config, gcc and libssl - Install other packages ``` @@ -113,7 +113,7 @@ Once you install cargo, all mdbook dependencies will be installed via the hero s mdbook build ``` -### Access the mdbook from your local machine with the SSH tunnel +## Access the mdbook from your local machine with the SSH tunnel - To serve on your local machine, make sure to use the same part as the one set in your SSH tunnel (here it's port 3333) ```