From e3ab0199d045b7d70ea47477beb742e45a52d508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Pires?= Date: Thu, 2 Mar 2017 18:28:51 -0300 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26578962..2e9ab291 100644 --- a/README.md +++ b/README.md @@ -193,10 +193,9 @@ Get [WebSocket++](https://github.com/zaphoyd/websocketpp) and install: ```console cd ~ -https://github.com/zaphoyd/websocketpp.git +git clone https://github.com/zaphoyd/websocketpp.git cd websocketpp cmake . -make make install ``` @@ -205,10 +204,10 @@ make install To get **Autobahn**|Cpp library and examples, clone the repo ```console -cd $HOME +cd ~ git clone https://github.com/crossbario/autobahn-cpp.git cd autobahn-cpp -cp -r ../autobahn/ /usr/local/include/ +cp -r autobahn/ /usr/local/include/ ``` The library is "header-only", means there isn't anything to compile or build. Just include the relevant headers.