fix: add message if hjson is not found and mention hjson in README.md

closes #1
This commit is contained in:
CJ van den Berg 2024-08-05 20:12:44 +02:00
parent 4e83920d46
commit b53d024dfe
2 changed files with 14 additions and 1 deletions

View file

@ -1,2 +1,15 @@
# flow-themes
Themes compiler for Flow-Control, the text editor
## Requirements
- zig 0.13
- hjson (installed in your PATH)
## Build
`zig build`
This will download and compile all the themes and create a zig module
in `zig-out` that can be referenced as a dependency from another project's
`build.zig.zon`.