Update docs/hero_create_mdbook.md

This commit is contained in:
mik-tf 2024-04-02 21:07:45 +00:00
parent 405d6c050c
commit 13e3050e34

View File

@ -141,7 +141,7 @@ Then you can open the mdbook locally:
hero mdbook -p /root/code/git.ourworld.tf/tfgrid/info_tfgrid/heroscript/new_mdbook -o
```
If you're using a remote VM for Hero, you can run the following line to see the book on your local browser. Check the [Hero Full VM guide](./hero_fullvm.md) for more information on this.
If you're using a remote VM for Hero, you can run the following line to see the book on your local browser. Check the [Hero Full VM guide](https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/docs/hero_mdbook_fullvm.md) for more information on this.
```
pushd /root/hero/www/info/new_mdbook/; python3 -m http.server 5173; popd;