add build instructions

This commit is contained in:
Luna 2023-02-23 23:19:07 -03:00
parent fd78300975
commit f7796de9c0
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ really, you should use trickle.
quickly slapping together an `LD_PRELOAD`able library that puts custom logic
on top of an existing function was fun to make though.
```
zig build
env LD_PRELOAD=zig-out/lib/libgeneric_socket_ratelimiter.so curl amogus
```