From cb563f89bc6cacf83d93aefdd0bab7a853cb0700 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 29 Mar 2024 17:58:09 +0000 Subject: [PATCH] added info to display book on browser --- docs/hero_mdbook_fullvm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hero_mdbook_fullvm.md b/docs/hero_mdbook_fullvm.md index dbcf679..f85b93d 100644 --- a/docs/hero_mdbook_fullvm.md +++ b/docs/hero_mdbook_fullvm.md @@ -108,9 +108,9 @@ hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/herosc > Note: In both cases, make sure to replace **bookname** by the name of your book, e.g. test. -To see the mdbook online on a local browser (via the file **index.html**), run the following command and open a browser with the URL **localhost:5173**: +To see the mdbook online on a local browser (via the file **index.html**), run the following command and open a browser with the URL **localhost:5173**. Make sure to replace `` with the name of the book. ``` -pushd /root/hero/www/info/tfgrid/; python3 -m http.server 5173; popd; +pushd /root/hero/www/info//; python3 -m http.server 5173; popd; ``` ## Troubleshooting