Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocspires authored Mar 2, 2017
1 parent 2633339 commit e3ab019
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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.
Expand Down

0 comments on commit e3ab019

Please sign in to comment.