Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mookums authored Oct 22, 2024
1 parent 2cc5c2b commit 5fac596
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@


## Installing
Tracking Latest Zig Stable: `0.13.0`
Latest Zig Stable: `0.13.0`

Latest zzz release: `0.1.0`
```
zig fetch --save git+https://github.com/mookums/zzz#main
zig fetch --save git+https://github.com/mookums/zzz#v0.1.0
```

You can then add the dependency in your `build.zig` file:
Expand Down Expand Up @@ -66,4 +68,3 @@ zzz can be configured to utilize minimal memory while remaining performant. The
- Single and Multi-threaded Support
- TLS using BearSSL
- (Almost) all memory allocated at startup

0 comments on commit 5fac596

Please sign in to comment.