From ce4e126053144f93616b475bf2aba4bb2994c024 Mon Sep 17 00:00:00 2001 From: Thomas Walzer Date: Mon, 28 Oct 2019 16:00:55 +0100 Subject: Changed at README.md ./doctools/webdocs/docbuild to ./doctools/docbuild. Beacuse webdocs folder was not present. Worked after that on my computer, had to make a npm audit fix because of js-yaml --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97cb948..df5b866 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Other configuration files in conf/ starting by an underscore (_) are used by Jek ## generate a 1st site from your template ```bash - ./doctools/webdocs/docbuild --clean # deleted all generated file if any - ./doctools/webdocs/docbuild --fetch [--force] # collect doc from github (fetch list in content/toc/*/fetch_files.yml) - ./doctools/webdocs/docbuild --build --serve --watch --incremental # build config/tocs, generate html and start a local webserver + ./doctools/docbuild --clean # deleted all generated file if any + ./doctools/docbuild --fetch [--force] # collect doc from github (fetch list in content/toc/*/fetch_files.yml) + ./doctools/docbuild --build --serve --watch --incremental # build config/tocs, generate html and start a local webserver xdg-open http://localhost:4000 -- cgit 1.2.3-korg