···146146 Eio_util.try_create_file ~cwd ~content: "output/" ".gitignore";
147147 Eio_util.try_create_file ~cwd ~content: "" "assets/.gitkeep";
148148 Eio_util.try_create_file ~cwd ~content: index_tree_str "trees/index.tree";
149149- Reporter.emit Log ~extra_remarks: [Asai.Diagnostic.loctextf "%s" "Initialized forest, try editing `trees/index.tree` and running `forester build`. Afterwards, you can open `output/indexin your browser to view your forest."]
149149+ Reporter.emit Log ~extra_remarks: [Asai.Diagnostic.loctextf "%s" "Initialized forest, try editing `trees/index.tree` and running `forester build`. Afterwards, you can open `output/index.html` in your browser to view your forest."]
150150151151let arg_config =
152152 let doc = "A TOML file like $(i,forest.toml)" in