add build instructions
This commit is contained in:
parent
fd78300975
commit
f7796de9c0
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue