diff --git a/docs/hero_create_mdbook.md b/docs/hero_create_mdbook.md index 8cb9ce6..d662bd2 100644 --- a/docs/hero_create_mdbook.md +++ b/docs/hero_create_mdbook.md @@ -165,10 +165,13 @@ git push ## Generating the mdbook from a Remote Repository -Once the changes are uploaded to the remote repository, you will be able to build and open the new mdbook using the remote repository URL: +Once the changes are uploaded to the remote repository, you will be able to update the local repository and build the new mdbook using the remote repository URL: -``` -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -gr -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -o -``` \ No newline at end of file +- Update the repository + ``` + hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -gr + ``` +- Build the book + ``` + hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -o + ``` \ No newline at end of file