From db738613cd42da31bc3cc9dc761f8b878e06e8a5 Mon Sep 17 00:00:00 2001 From: ari melody Date: Thu, 22 Feb 2024 06:24:47 +0000 Subject: [PATCH] updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2f569bc..f0ba37b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ i built this in c using `winsock2`. why? because i wanted to learn sockets! and **Q:** is it very good? **A:** no! but i had fun making it, so idrc a fun little foire into getting even more familiar with how web services work. how fun!! + +### building +oh yeah you can compile this with `gcc` and a little `gcc -o ./socket.exe ./src/main.c -lws2_32`. i might make this work for mac/linux at some point if i somehow get even more bored :]