Skip to content

Commit

Permalink
README: update for Zig version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jun 11, 2024
1 parent f5df43f commit 57d8128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Zig port of [Comrak](https://github.com/kivikakk/comrak). Maintains 100% spec-c

## Using koino as a library

* Get zig 0.12+ https://ziglang.org/
* Get Zig 0.12 https://ziglang.org/
* Using Zig 0.13? See [`zig-0.13.0`](https://github.com/kivikakk/koino/tree/zig-0.13.0) branch.
* Start a new project with `zig init-exe` / `zig init-lib`
* Add koino via the zig package manager:
```console
Expand Down

0 comments on commit 57d8128

Please sign in to comment.