From 3e8fcec1b7e34d720b64ed0baaf91b268520b736 Mon Sep 17 00:00:00 2001 From: melode11 Date: Wed, 8 Apr 2015 01:34:27 +0800 Subject: [PATCH] fix format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af57640..03833dc 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ By virtue of being written in C++, this client works in several different platfo ### 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= ./ +3. Run `cmake -DBOOST_PATH:STRING= ./` 4. Run `make`(if makefile generated) or open generated project (if project file generated) to build. 5. Include `sio_client.h` in your client code where you want to use it.