updated readme

This commit is contained in:
ari melody 2024-02-22 06:24:47 +00:00
parent b68573178b
commit db738613cd
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -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 **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!! 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 :]