diff --git a/README.md b/README.md index 9ed1e0f..dcfa7cc 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,22 @@ Calling without any arguments prints out the default settings. At the very least gtx -r https://github.com/thewhodidthis/gtx.git ``` -Export a copy of the default HTML page template and quit: +Silence the logger: ```sh -gtx -r https://github.com/thewhodidthis/gtx.git -e +gtx -r https://github.com/thewhodidthis/gtx.git -q ``` -Use a custom page template: +Export a copy of the default HTML page template and quit: ```sh -gtx -r https://github.com/thewhodidthis/gtx.git -t page.html.tmpl +gtx -r https://github.com/thewhodidthis/gtx.git -e ``` -Silence the logger: +Templates can reference external files in the target directory. These are left intact across script runs making it easier to theme the output by linking in stylesheets and other assets as required. Use the `-t` flag to specify a custom template: ```sh -gtx -r https://github.com/thewhodidthis/gtx.git -q +gtx -r https://github.com/thewhodidthis/gtx.git -t page.html.tmpl ``` ## requirements
home › develop › b1ece91 › 64201f5