Skip to content

Commit

Permalink
README: no libpcre.zig manual steps now!
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 1, 2024
1 parent 33e7514 commit 42ebb9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Zig port of [Comrak](https://github.com/kivikakk/comrak). Maintains 100% spec-c
$ zig fetch --save https://github.com/kivikakk/koino/archive/<commit hash>.tar.gz
```
* [Follow the `libpcre.zig` dependency install instructions](https://github.com/kivikakk/libpcre.zig/blob/main/README.md) for your operating system.
* Add the following to your `build.zig`'s `build` function:
```zig
const koino_pkg = b.dependency("koino", .{ .optimize = optimize, .target = target });
Expand Down

0 comments on commit 42ebb9d

Please sign in to comment.