From d4fefac1818d47e038ddf88fa441e69a4ec6ec16 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 20 Feb 2024 20:13:59 +0100 Subject: [PATCH] feat: add note about flow config to README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9a9c76..98624a8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Build with the provided zig wrapper: ./zig build -Doptimize=ReleaseFast ``` -The zig wrapper just fetches a known good version of zig nightly and places it in the .cache directory. Or use your own version of zig. +The zig wrapper just fetches a known good version of zig nightly and places it +in the .cache directory. Or use your own version of zig. Run with: ```shell @@ -18,6 +19,9 @@ zig-out/bin/zat Place it in your path for convinient access. You might want to strip it first. -Supply files to highlight on the command line. Multiple files will be appended like with cat. If no files are on the command line zat will read from stdin. Override the language with --lang and select a different theme with --theme. +Supply files to highlight on the command line. Multiple files will be appended +like with cat. If no files are on the command line zat will read from stdin. +Override the language with --lang and select a different theme with --theme. +The default theme will be read from ~/.config/flow/config.json if found. See --help for full command line.