From a614427995ae52fd838209fe370399e625432a8d Mon Sep 17 00:00:00 2001 From: Payden Sutherland Date: Thu, 15 Nov 2012 11:18:22 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad19228..91c0cea 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ how to connect to an echo server using libwsclient calls. Also, to install: ./autogen.sh + ./configure && make && sudo make install Then link your C program against websock: '-lwebsock'