tikz-gallery-generator

Custum build of stapix for tikz.pablopie.xyz

Commit
c24937bf8285326b347b2d37da647b1754ebec52
Parent
50d04f8709483d0fd21ad90a06532a720e44ec3f
Author
Pablo <pablo-pie@riseup.net>
Date

Updated README.md

Diffstats

1 files changed, 5 insertions, 5 deletions

Status Name Changes Insertions Deletions
Modified README.md 2 files changed 5 5
diff --git a/README.md b/README.md
@@ -8,7 +8,7 @@ Custum build of [`stapix`](https://git.pablopie.xyz/stapix) for
 Run:
 
 ```console
-$ tikz_gallery_generator config.yml [--full-build]
+$ tikz_gallery_generator config.yml [-B]
 ```
 
 The configuration file `config.yml` should consist of a list of struct entries
@@ -58,8 +58,8 @@ should not be the same!** See
 
 ### Options
 
-* **`--full-build`:** Disables incremental builds. Re-renders all pages and
-  thumbnails.
+* **`-B`:** Disables incremental builds. Re-renders all pages and
+    thumbnails.
 
 ## Installation
 
@@ -70,9 +70,9 @@ as in:
 $ cargo install --path .
 ```
 
-## External Dependencies
+## Runtime Dependencies
 
-* [tikztosvg](https://www.ctan.org/pkg/tikztosvg)
+* [LuaLaTeX](https://www.luatex.org/)
 
 ## License