diff --git a/README.md b/README.md index c7d8ca0..d2775fe 100644 --- a/README.md +++ b/README.md @@ -65,13 +65,11 @@ brew install openssl boost Compile with a C++11 compliant compiler: ```sh -mkdir build -cd build -cmake .. -make -cd .. +cmake -H. -Bbuild +cmake --build build ``` + ### HTTP Run the server and client examples: `./build/http_examples`