Skip to content

Commit 8e12ceb

Browse files
committed
(update readme)
1 parent db9cb7f commit 8e12ceb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
Provides a package to be used by the zig package manager for C programs.
44

5+
## Status
6+
7+
For now the hard-coded config assumes linux.
8+
59
## Use
610

711
Add the dependency in your `build.zig.zon` by running the following command:
812
```bash
9-
zig fetch --save git+https://github.com/Orolia2s/json-c#0.17
13+
zig fetch --save git+https://github.com/allyourcodebase/json-c#0.17
1014
```
1115

1216
Then, in your `build.zig`:

0 commit comments

Comments
 (0)