Skip to content

Commit

Permalink
Change readme
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fkollmann committed May 5, 2024
1 parent 975ff1a commit ed91cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const data = try message.data();
Determine the specific [release tag](https://github.com/nine-lives-later/zzmq/tags) of the library to use in the project.

```sh
zig fetch --save=zzmq 'https://github.com/nine-lives-later/zzmq/archive/refs/tags/v0.2.1-zig0.12.tar.gz'
zig fetch --save=zzmq 'https://github.com/nine-lives-later/zzmq/archive/refs/tags/v0.2.2-zig0.12.tar.gz'
```

It is also required to add it to the `build.zig` file:
Expand Down

0 comments on commit ed91cf2

Please sign in to comment.