From f7796de9c0209e703048375bdb19cfa0c6e81d10 Mon Sep 17 00:00:00 2001 From: Luna Date: Thu, 23 Feb 2023 23:19:07 -0300 Subject: [PATCH] add build instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e820cf4..6cf476d 100644 --- a/README.md +++ b/README.md @@ -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 +```