gtx


Branch: develop

Author
Sotiri Bakagiannis <thewhodidthis@users.noreply.github.com>
Date
Mar. 10 '23 20:04:57
Commit
64201f5d204f9cfa748d00ffa04bc5da801cb8fb
Parent
b1ece91ab0a3c6c3c5237cd43400a945c2ad1741
Changes
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