adjusted details
This commit is contained in:
parent
9391ea20ab
commit
904168926c
@ -1,4 +1,4 @@
|
||||
<h1>Hero and mdbook<h1>
|
||||
<h1>Hero and mdbook on a Full VM</h1>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
|
||||
@ -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)
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user