Skip to content

Commit 57d8128

Browse files
committedJun 11, 2024·
README: update for Zig version.
1 parent f5df43f commit 57d8128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Zig port of [Comrak](https://github.com/kivikakk/comrak). Maintains 100% spec-c
1010

1111
## Using koino as a library
1212

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

0 commit comments

Comments
 (0)
Please sign in to comment.