1
0
mirror of https://github.com/payden/libwsclient synced 2024-10-27 17:54:01 +00:00

Update README.md

This commit is contained in:
Payden Sutherland 2012-11-15 11:19:56 -05:00
parent 6e47f675cb
commit 1ac960127e

View File

@ -19,6 +19,6 @@ Also, to install:
./configure && make && sudo make install
Then link your C program against websock: 'gcc -g -O2 -o test test.c -lwsclient'
Then link your C program against wsclient: 'gcc -g -O2 -o test test.c -lwsclient'