diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-09 10:19:15 -0500 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-09 10:19:15 -0500 |
commit | 74a7f52da15f691913ee307ec9c00d6aa10d161a (patch) | |
tree | 36d6a920bf191da886a1e990b5ffc92bdf7c4ac5 /htdocs/README.md | |
parent | 953ee5a88ac8999be5be8c57e88e4fbd792db049 (diff) |
add htdocs folder
Diffstat (limited to 'htdocs/README.md')
-rw-r--r-- | htdocs/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/htdocs/README.md b/htdocs/README.md new file mode 100644 index 0000000..bb14b7e --- /dev/null +++ b/htdocs/README.md @@ -0,0 +1,7 @@ +------------------------------------------------------------------------ + Basic HTML & WS test +------------------------------------------------------------------------ + + # Load bindings directly from development tree for debug + afb-daemon --verbose --verbose --token="" --ldpaths=build --port=1234 --roothttp=htdocs + |