adjusted details

This commit is contained in:
pcone 2024-02-14 18:50:59 -05:00
parent 9391ea20ab
commit 904168926c

View File

@ -1,4 +1,4 @@
<h1>Hero and mdbook<h1> <h1>Hero and mdbook on a Full VM</h1>
<h2>Table of Contents</h2> <h2>Table of Contents</h2>
@ -32,7 +32,7 @@ On the full VM, you will need to install the following:
- pkg-config - pkg-config
- libssl-dev - libssl-dev
Steps will be show to install those prerequisites. Steps will be shown to install those prerequisites.
## Setting the Full VM ## 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 apt-get install redis -y
``` ```
## Install pkg-config, gcc and libssl ### Install pkg-config, gcc and libssl
- Install other packages - Install other packages
``` ```
@ -113,7 +113,7 @@ Once you install cargo, all mdbook dependencies will be installed via the hero s
mdbook build 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) - 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)
``` ```