fix: add message if hjson is not found and mention hjson in README.md
closes #1
This commit is contained in:
parent
4e83920d46
commit
b53d024dfe
2 changed files with 14 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue