From 6c9b76991532ee7e9fa1057308636a1cb3d70e23 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Mon, 11 Aug 2014 10:10:19 +0200 Subject: [PATCH] minor fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8bd6ec..676f13e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Compile with a C++11 compiler supporting regex (for instance g++ 4.9): g++ -O3 -std=c++11 -lboost_system http_examples.cpp -o http_examples -Then to run the server and client: ./http_examples +Then to run the server and client examples: ./http_examples Also, direct your favorite browser to for instance http://localhost:8080/ @@ -45,7 +45,7 @@ g++ -O3 -std=c++11 -lboost_system -lssl -lcrypto https_examples.cpp -o https_exa Before running the server, an RSA private key (server.key) and an SSL certificate (server.crt) must be created. Follow, for instance, the instructions given here (for a self-signed certificate): http://www.akadia.com/services/ssh_test_certificate.html -Then to run the server: ./https_examples +Then to run the server and client examples: ./https_examples Also, direct your favorite browser to for instance https://localhost:8080/