From 471b2f50502eb9b6218ec6eacce8e4d667ea66d7 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Fri, 16 Aug 2024 14:03:05 -0300 Subject: [PATCH] updated --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2963eb..3527c09 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,14 @@ To build from source: 2. Run `make` to build the `tartrazine` binary 3. Copy the binary somewhere in your PATH. -## Usage +## Usage as a CLI tool + +```shell +$ tartrazine whatever.c -l c -t catppuccin-macchiato --line-numbers \ + --standalone -o whatever.html +``` + +## Usage as a Library This works: