diff options
author | Thomas Walzer <Thomas.Walzer@Reutlingen-University.de> | 2019-10-28 16:00:55 +0100 |
---|---|---|
committer | Thomas Walzer <Thomas.Walzer@Reutlingen-University.de> | 2019-10-28 16:00:55 +0100 |
commit | ce4e126053144f93616b475bf2aba4bb2994c024 (patch) | |
tree | ac4eacde39b003b196e889389b4b77158685d039 | |
parent | 3b0d13c64f33a034ffeeedb97389a7526147b415 (diff) |
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
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |