aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Walzer <Thomas.Walzer@Reutlingen-University.de>2019-10-28 16:00:55 +0100
committerThomas Walzer <Thomas.Walzer@Reutlingen-University.de>2019-10-28 16:00:55 +0100
commitce4e126053144f93616b475bf2aba4bb2994c024 (patch)
treeac4eacde39b003b196e889389b4b77158685d039
parent3b0d13c64f33a034ffeeedb97389a7526147b415 (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.md6
1 files 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