Add content to me here!
Just add it to your rebar.config deps:
{deps, [
...
{yaws-websocket, ".*",
{git, "git@github.com:YOURNAME/yaws-websocket.git", "master"}}
]}.And then do the usual:
$ rebar get-deps
$ rebar compileAdd content to me here!