From ef25794d16c596b964f3ed7663c1f8ae47f4bdfe Mon Sep 17 00:00:00 2001 From: melode11 Date: Thu, 9 Apr 2015 16:21:00 +0800 Subject: [PATCH] Fix format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c6f8985..49c1ec90 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ By virtue of being written in C++, this client works in several different platfo - Similar API to the Socket.IO JS client ## How to use -### With CMake +### With CMake 1. Install boost, see [Boost setup](#boost_setup) section. 2. Use `git clone --recurse-submodules https://github.com/socketio/socket.io-client-cpp.git` to clone your local repo. 3. Run `cmake -DBOOST_PATH:STRING= -DBOOST_VER:STRING= ./`